graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04441
Re: [Question #238367]: Display Growth by day
Question #238367 on Graphite changed:
https://answers.launchpad.net/graphite/+question/238367
Status: Open => Answered
Dieter P proposed the following answer:
There may be a better way, but I check my datapoint resolution (say,
minutely) and then do a movingAverage (which would mean 60*24
datapoints), which draws the average over the last 24hours, which makes
it easier to see the day by day difference. i guess you could use the
derivative function if you just want to see the rate of change.
note this will probably give inaccurate results when you look at data
with a different resolution (i.e. older data with different retention
interval)
I wrote a dashboard that abstracts use cases like that and you can just
type "avg over 1d" (http://vimeo.github.io/graph-explorer/)
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.