Documentation ¶
Overview ¶
Package metrics provides a set of metrics for Virtual Kubelet component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorsCounter is the counter of the errors occurred during the reflection. ErrorsCounter *prometheus.CounterVec // ItemsCounter is the counter of the reflected resources. // A fast increase of this metric can indicate a race condition between local and remote operators. ItemsCounter *prometheus.CounterVec )
Functions ¶
func SetupMetricHandler ¶
func SetupMetricHandler(metricsAddress string)
SetupMetricHandler sets up the metric handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.