Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WatcherErrors = promauto.NewCounterVec(prometheus.CounterOpts{ Name: consts.MetricNamePrefix + "watcher_errors", Help: "The total number of errors for a given watcher type.", ConstLabels: nil, }, []string{"watcher", "error"}) WatcherEvents = promauto.NewCounterVec(prometheus.CounterOpts{ Name: consts.MetricNamePrefix + "watcher_events", Help: "The total number of events for a given watcher type.", ConstLabels: nil, }, []string{"watcher"}) )
Functions ¶
func GetWatcherErrors ¶
func GetWatcherErrors(watcherType string, watcherError ErrorType) prometheus.Counter
Get a new handle on an WatcherEvents metric for a watcher type
func GetWatcherEvents ¶
func GetWatcherEvents(watcherType string) prometheus.Counter
Get a new handle on an WatcherEvents metric for a watcher type
Types ¶
Click to show internal directories.
Click to hide internal directories.