Versions in this module Expand all Collapse all v1 v1.1.4 Jan 13, 2021 v1.1.3 Jan 13, 2021 Changes in this version + type CounterVec interface + Add func(v float64, labels ...string) + Inc func(lables ...string) + func NewCounterVec(cfg *CounterVecOpts) CounterVec + type CounterVecOpts VectorOpts + type GaugeVecOpts VectorOpts + type GuageVec interface + Add func(v float64, labels ...string) + Inc func(labels ...string) + Set func(v float64, labels ...string) + func NewGaugeVec(cfg *GaugeVecOpts) GuageVec + type HistogramVec interface + Observe func(v int64, lables ...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