Versions in this module Expand all Collapse all v1 v1.0.1 Nov 24, 2021 Changes in this version + type Gauge struct + func NewGauge() *Gauge + func (g *Gauge) Mark(v int64) + func (g *Gauge) Rate1() float64 + func (g *Gauge) Rate15() float64 + func (g *Gauge) Rate5() float64 + func (g *Gauge) RateMean() float64 + func (g *Gauge) Stop()