# Functions
NewRegistry creates new Prometheus backed registry.
NewRegistryOpts returns new initialized instance of RegistryOpts.
# Structs
Counter tracks monotonically increasing value.
CounterVec wraps prometheus.CounterVec and implements metrics.CounterVec interface.
DurationHistogramVec wraps prometheus.HistogramVec and implements metrics.TimerVec interface.
No description provided by the author
No description provided by the author
No description provided by the author
Gauge tracks single float64 value.
GaugeVec wraps prometheus.GaugeVec and implements metrics.GaugeVec interface.
No description provided by the author
HistogramVec wraps prometheus.HistogramVec and implements metrics.HistogramVec interface.
IntGauge tracks single int64 value.
IntGaugeVec wraps prometheus.GaugeVec and implements metrics.IntGaugeVec interface.
No description provided by the author
No description provided by the author
Timer measures gauge duration.
TimerVec wraps prometheus.GaugeVec and implements metrics.TimerVec interface.
# Interfaces
No description provided by the author