Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter interface {
Inc()
Add(float64)
}
Counter is a subset of a prometheus Counter
type Histogram ¶
type Histogram interface {
Observe(float64)
}
Histogram is a subset of a prometheus Histogram
type HistogramVec ¶
type HistogramVec interface {
WithLabelValues(lvs ...string) prometheus.Observer
Collect(chan<- prometheus.Metric)
Describe(chan<- *prometheus.Desc)
}
HistogramVec is a subset of a prometheus HistogramVec
Click to show internal directories.
Click to hide internal directories.