Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTickerFunc ¶
func AddTickerFunc(f TickerFunc)
AddTickerFunc adds a new function callback to the list of metrics TickerFuncs that get called each minute.
Types ¶
type TickerFunc ¶
type TickerFunc func()
TickerFunc is the function signature accepted by AddTickerFunc, will be called once per minute.
Click to show internal directories.
Click to hide internal directories.