Versions in this module Expand all Collapse all v3 v3.0.1 Jan 8, 2022 v3.0.0 Jan 8, 2022 Changes in this version + func Watch(ctx context.Context, g Gauge, f SampleFunc, interval time.Duration) + type Gauge interface + BPS func() float64 + Sample func(t time.Time, n int64) + func NewSMA(maxSamples int) Gauge + type SampleFunc func() (n int64)