Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bearer ¶
type Collector ¶ added in v1.2.0
type Collector struct {
// contains filtered or unexported fields
}
func NewCollector ¶ added in v1.2.0
func NewCollector() *Collector
func (*Collector) Collect ¶ added in v1.2.0
func (c *Collector) Collect(ch chan<- prometheus.Metric)
func (*Collector) Describe ¶ added in v1.2.0
func (c *Collector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.