← Back to team overview

graphite-dev team mailing list archive

Re: [Question #196656]: How to get a simple absolute chart about the members count performance

 

Question #196656 on Graphite changed:
https://answers.launchpad.net/graphite/+question/196656

Michael Leinartas posted a new comment:
You can make a graph of the running total of new members during the
requested timeframe by simply taking the integral of the series:
http://readthedocs.org/docs/graphite/en/latest/functions.html#graphite.render.functions.integral

If you want the current count displayed along with that, use the
legendValue() function:
http://readthedocs.org/docs/graphite/en/latest/functions.html#graphite.render.functions.legendValue

I think this is what you'd end up with:
legendValue(integral(stats_counts.reqorder.staging.community.1.membership.total),'last')

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.