graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03045
Re: [Question #205795]: Problem with aggregation in graphite.
Question #205795 on Graphite changed:
https://answers.launchpad.net/graphite/+question/205795
Status: Open => Needs information
Michael Leinartas requested more information:
First of all, statsd's behavior is to give you a per-second rate for
counts. statsd's default flushInterval is 10 seconds - in that case it
will divide the total count received during that 10 second period by 10.
In your example, a single count of 1 would be stored as 0.1.
I'm not sure what you're referring to with the 1/60th value and your
mention of the sum and integral functions. Is this the same data as
you're testing with statsd or data that's being sent directly to carbon?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.