//
pkg.gl
Category
github.com/grafana/alloy
internal
util
jitter
package
1.4.3
Repository:
https://github.com/grafana/alloy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
72 SLOC
#
Functions
NewTicker
NewTicker creates a Ticker that works similar to time.Ticker, but sends the time with a period specified by `duration` adjusted by a pseudorandom jitter in the range of [duration-jitter, duration+jitter).
#
Structs
Ticker
No description provided by the author