Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiGatherer ¶ added in v1.7.0
type MultiGatherer interface { prometheus.Gatherer // Register adds the outputs of [gatherer] to the results of future calls to // Gather with the provided [namespace] added to the metrics. Register(namespace string, gatherer prometheus.Gatherer) error }
MultiGatherer extends the Gatherer interface by allowing additional gatherers to be registered.
func NewMultiGatherer ¶ added in v1.7.0
func NewMultiGatherer() MultiGatherer
Click to show internal directories.
Click to hide internal directories.