Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 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 Other modules containing this package github.com/waszqt/fabric