Versions in this module Expand all Collapse all v1 v1.2.0 Sep 26, 2018 Changes in this version + type Map interface + Add func(key string, delta int64) + AddFloat func(key string, delta float64) + Get func(key string) expvar.Var + type Metrics struct + func New(m Map) *Metrics + func (m *Metrics) NewCounter(name string) func(delta uint64) + func (m *Metrics) NewGauge(name string) func(value float64)