Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func NewCollector ¶
func NewCollector() *Collector
func (*Collector) ExposeHTTP ¶
func (*Collector) RegisterEvent ¶
func (*Collector) RegisterGatherer ¶
type Gatherer ¶
type Gatherer interface { Metrics() []prometheus.Collector Gather() }
Click to show internal directories.
Click to hide internal directories.