-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
at the summit in March we decided that instead of our current approach:
- each tick (10/60s whatever), send 5 pings "in a row", track min/max/avg/...
we can better just do: - tick more frequently, and send exactly 1 ping at each tick. and just store the result of that ping.
this way we have more accurate, fine grained info, and we can still get min/max/.., in fact this makes it more elegant to compute the summary stats across arbitrary intervals.
Metadata
Metadata
Assignees
Labels
No labels