Versions in this module Expand all Collapse all v1 v1.4.9 Jul 5, 2021 v1.4.5 Jul 5, 2021 Changes in this version + type ContinuousFactory struct + func (ContinuousFactory) New(halflife time.Duration) Meter + type Factory interface + New func(halflife time.Duration) Meter + type IntervalFactory struct + func (IntervalFactory) New(halflife time.Duration) Meter + type Meter interface + Read func(time.Time) float64 + Start func(time.Time) + Stop func(time.Time) + func NewIntervalMeter(halflife time.Duration) Meter + func NewMeter(halflife time.Duration) Meter