Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterCollector ¶
type CounterCollector struct { CounterDesc *prometheus.Desc // contains filtered or unexported fields }
func (*CounterCollector) Collect ¶
func (c *CounterCollector) Collect(ch chan<- prometheus.Metric)
func (*CounterCollector) Describe ¶
func (c *CounterCollector) Describe(ch chan<- *prometheus.Desc)
func (*CounterCollector) Set ¶
func (c *CounterCollector) Set(val float64)
Click to show internal directories.
Click to hide internal directories.