Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Namespace = "beekeeper"
Namespace is prefixed before every metric. If it is changed, it must be done before any metrics collector is registered.
Functions ¶
func RegisterCollectors ¶
func RegisterCollectors(p *push.Pusher, c ...prometheus.Collector)
Types ¶
type Reporter ¶
type Reporter interface {
Report() []prometheus.Collector
}
Click to show internal directories.
Click to hide internal directories.