Versions in this module Expand all Collapse all v0 v0.3.0 Nov 15, 2016 Changes in this version + type Circonus struct + func New(m *circonusgometrics.CirconusMetrics) *Circonus + func (c *Circonus) NewCounter(name string) *Counter + func (c *Circonus) NewGauge(name string) *Gauge + func (c *Circonus) NewHistogram(name string) *Histogram + type Counter struct + func (c *Counter) Add(delta float64) + func (c *Counter) With(labelValues ...string) metrics.Counter + type Gauge struct + func (g *Gauge) Set(value float64) + func (g *Gauge) With(labelValues ...string) metrics.Gauge + type Histogram struct + func (h *Histogram) Observe(value float64) + func (h *Histogram) With(labelValues ...string) metrics.Histogram