Documentation ¶
Overview ¶
Package metrics contains controller related metrics utilities
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBindAddress = ":8080"
DefaultBindAddress sets the default bind address for the metrics listener The metrics is on by default.
Functions ¶
Types ¶
type RegistererGatherer ¶ added in v0.5.0
type RegistererGatherer interface { prometheus.Registerer prometheus.Gatherer }
RegistererGatherer combines both parts of the API of a Prometheus registry, both the Registerer and the Gatherer interfaces.
var Registry RegistererGatherer = prometheus.NewRegistry()
Registry is a prometheus registry for storing metrics within the controller-runtime
Click to show internal directories.
Click to hide internal directories.