package
1.0.0
Repository: https://github.com/grafana/metrictank.git
Documentation: pkg.go.dev

# Functions

AlignedTickLossless returns an aligned ticker that waits for slow receivers, and backfills later as necessary to publish any pending ticks, at possibly a much more aggressive schedule.
AlignedTickLossy returns an aligned ticker that may drop ticks (if the consumer is slow or the clock jumps forward).
NewRandomTicker returns a new RandomTicker containing a channel that will send the time with a period specified by the duration and jitter arguments.

# Structs

RandomTicker ticks at dur +- jitter.