meta

package
v0.30.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RegisteredMetrics = k8smetrics.NewCounterVec(
		&k8smetrics.CounterOpts{
			Name:           "registered_metrics_total",
			Help:           "The count of registered metrics broken by stability level and deprecation version.",
			StabilityLevel: k8smetrics.BETA,
		},
		[]string{"stability_level", "deprecated_version"},
	)

	DisabledMetricsTotal = k8smetrics.NewCounter(
		&k8smetrics.CounterOpts{
			Name:           "disabled_metrics_total",
			Help:           "The count of disabled metrics.",
			StabilityLevel: k8smetrics.BETA,
		},
	)

	HiddenMetricsTotal = k8smetrics.NewCounter(
		&k8smetrics.CounterOpts{
			Name:           "hidden_metrics_total",
			Help:           "The count of hidden metrics.",
			StabilityLevel: k8smetrics.BETA,
		},
	)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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