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
}
Collector definition
func (*Collector) Collect ¶
func (collector *Collector) Collect(ch chan<- prometheus.Metric)
Collect gets prometheus metrics collection
func (*Collector) Describe ¶
func (collector *Collector) Describe(ch chan<- *prometheus.Desc)
Describe gets prometheus metrics description
Click to show internal directories.
Click to hide internal directories.