Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type ContinuousFactory struct + func (ContinuousFactory) New(halflife time.Duration) Meter + type Factory interface + New func(halflife time.Duration) Meter + type Meter interface + Dec func(time.Time, float64) + Inc func(time.Time, float64) + Read func(time.Time) float64 + TimeUntil func(now time.Time, value float64) time.Duration + func NewMeter(halflife time.Duration) Meter