package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/component-base.git
Documentation: pkg.go.dev
# Functions
CustomMustRegister registers custom collectors but uses the global registry.
CustomRegister registers a custom collector but uses the global registry.
Handler returns an HTTP handler for the DefaultGatherer.
HandlerWithReset returns an HTTP handler for the DefaultGatherer but invokes registry reset if the http method is DELETE.
# Variables
DefaultGatherer exposes the global registry gatherer.
MustRegister registers registerable metrics but uses the global registry.
RawMustRegister registers prometheus collectors but uses the global registry, this bypasses the metric stability framework
Deprecated.
Register registers a collectable metric but uses the global registry.
Registerer exposes the global registerer.
Reset calls reset on the global registry.