Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMetricCollector ¶
Types ¶
type Registerer ¶
type Registerer struct {
// contains filtered or unexported fields
}
func WrapWithRegisterer ¶
func WrapWithRegisterer(reg prometheus.Registerer) *Registerer
func (*Registerer) Register ¶
func (u *Registerer) Register(c prometheus.Collector) error
func (*Registerer) RegisterAll ¶
func (u *Registerer) RegisterAll(cs []prometheus.Collector) error
func (*Registerer) Unregister ¶
func (u *Registerer) Unregister(c prometheus.Collector) bool
func (*Registerer) UnregisterAll ¶
func (u *Registerer) UnregisterAll() bool
Click to show internal directories.
Click to hide internal directories.