Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeeRegisterer ¶
type TeeRegisterer []prometheus.Registerer
TeeRegisterer is a slice of Registerers. It implements Registerer itself and forward registrations to all Registerers in the slice.
func (TeeRegisterer) MustRegister ¶
func (t TeeRegisterer) MustRegister(cs ...prometheus.Collector)
func (TeeRegisterer) Register ¶
func (t TeeRegisterer) Register(c prometheus.Collector) error
func (TeeRegisterer) Unregister ¶
func (t TeeRegisterer) Unregister(c prometheus.Collector) bool
Click to show internal directories.
Click to hide internal directories.