Documentation ¶
Index ¶
Constants ¶
View Source
const ( CounterType = "counter" HistogramType = "histogram" GaugeType = "gauge" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct{}
func (*Counter) Dec ¶ added in v0.15.6
func (c *Counter) Dec(_ prometheus.Collector, _ ...string) error
Click to show internal directories.
Click to hide internal directories.