graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01004
Re: [Question #161034]: Is Graphite auto-scaling my graph?
Question #161034 on Graphite changed:
https://answers.launchpad.net/graphite/+question/161034
Michael Janiszewski posted a new comment:
Odd that you don't see a stats_counts. The version found at
https://github.com/etsy/statsd definitely creates a stats_counts bucket
for non-averaged values.
As far as the sampling rate goes, the reason for it is that StatsD was
designed (presumably - I'm not one of the devs) to be a real-time
aggregation tool. It expects to get multiple values for a given metric
over its reporting interval, which it will then average and push up to
Carbon. I agree that the sample rate thing is non-intuitive, but
there's no other way around the aggregation.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.