Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type Counter struct + func (c *Counter) With(labelValues ...string) metrics.Counter + type Gauge struct + func (g *Gauge) With(labelValues ...string) metrics.Gauge + type Histogram struct + func (h *Histogram) With(labelValues ...string) metrics.Histogram + type Provider struct + func (p *Provider) NewCounter(o metrics.CounterOpts) metrics.Counter + func (p *Provider) NewGauge(o metrics.GaugeOpts) metrics.Gauge + func (p *Provider) NewHistogram(o metrics.HistogramOpts) metrics.Histogram