Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2022 Changes in this version + type CounterVec interface + Add func(v float64, labels ...string) + Inc func(labels ...string) + func NewCounterVec(cfg *CounterVecOpts) CounterVec + type CounterVecOpts VectorOpts + type GaugeVec interface + Add func(v float64, labels ...string) + Inc func(labels ...string) + Set func(v float64, labels ...string) + func NewGaugeVec(cfg *GaugeVecOpts) GaugeVec + type GaugeVecOpts VectorOpts + type HistogramVec interface + Observe func(v int64, labels ...string) + func NewHistogramVec(cfg *HistogramVecOpts) HistogramVec + type HistogramVecOpts struct + Buckets []float64 + Help string + Labels []string + Name string + Namespace string + Subsystem string + type VectorOpts struct + Help string + Labels []string + Name string + Namespace string + Subsystem string