Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2017 v0.4.0 Mar 6, 2017 Changes in this version type Gauge + func (g Gauge) Add(delta float64) v0.3.0 Nov 15, 2016 Changes in this version + type Counter []metrics.Counter + func NewCounter(c ...metrics.Counter) Counter + func (c Counter) Add(delta float64) + func (c Counter) With(labelValues ...string) metrics.Counter + type Gauge []metrics.Gauge + func NewGauge(g ...metrics.Gauge) Gauge + func (g Gauge) Set(value float64) + func (g Gauge) With(labelValues ...string) metrics.Gauge + type Histogram []metrics.Histogram + func NewHistogram(h ...metrics.Histogram) Histogram + func (h Histogram) Observe(value float64) + func (h Histogram) With(labelValues ...string) metrics.Histogram