graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03818
Re: [Question #221222]: Summing-up data points in first retention type, not just lower-precision retentions
Question #221222 on Graphite changed:
https://answers.launchpad.net/graphite/+question/221222
Elad Rosenheim posted a new comment:
Ok, so here's my understanding. I hope it would benefit others as well:
As I'm using StatsD to aggregate counts, I need to make sure that its
flushInterval >= highest-resolution retention that I've defined, so it
never flushes twice in the same bucket.
With multiple client machines, each having their own local StatsD, I
should prefix metrics by hostname (so two StatsD instances don't end up
reporting in same bucket), and may use carbon-aggregator for efficient
retrieval of 'all hosts' metrics.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.