raintank / statsdaemon

Metrics aggregation daemon like statsd, in Go and with a bunch of extra features.
The Unlicense
327 stars 30 forks source link

align flush interval with real time interval #4

Closed Dieterbe closed 8 years ago

Dieterbe commented 10 years ago

flush at the right time so that timestamps match time/10s intervals (i.e. divide by 10 or 60), this way it aligns with graphite and graphite doesn't need to skip part of a period

Dieterbe commented 8 years ago

this has been fixed for a while cddbac3dcbf1a42a663a0e8b486ebb89290e8765 for more info see https://blog.raintank.io/25-graphite-grafana-and-statsd-gotchas/