kubernetesmetrics

package
v0.47.2 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IncResourceEventsCounter

func IncResourceEventsCounter(event EventKind, handled EventHandledVal)

func Register

func Register(r prometheus.Registerer)

Types

type EventHandledVal

type EventHandledVal string
const (
	LabelEventHandled       EventHandledVal = "true"
	LabelEventNotYetHandled EventHandledVal = "false"
)

type EventKind

type EventKind string
const (
	LabelEventAdd    EventKind = "add"
	LabelEventUpdate EventKind = "update"
	LabelEventDelete EventKind = "delete"
)

Jump to

Keyboard shortcuts

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