watchermetrics

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	WatcherErrors = prometheus.NewCounterVec(prometheus.CounterOpts{
		Namespace:   consts.MetricsNamespace,
		Name:        "watcher_errors_total",
		Help:        "The total number of errors for a given watcher type.",
		ConstLabels: nil,
	}, []string{"watcher", "error"})
	WatcherEvents = prometheus.NewCounterVec(prometheus.CounterOpts{
		Namespace:   consts.MetricsNamespace,
		Name:        "watcher_events_total",
		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

func InitMetrics added in v0.11.0

func InitMetrics(registry *prometheus.Registry)

Types

type ErrorType

type ErrorType string
const (
	FailedToGetPodError ErrorType = "failed_to_get_pod"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL