← Back to team overview

graphite-dev team mailing list archive

Re: [Question #213347]: Should I use gauges or counters?

 

If you want the total sign ups over time, the best choice is probably the
integral() function. sumSeries() sums datapoints for multiple metrics afaik. Of
course if you want to get the total over multiple metrics you can combine
those two.

On Mon, Nov 05, 2012 at 05:41:13PM -0000, Joakim B wrote:
>Question #213347 on Graphite changed:
>https://answers.launchpad.net/graphite/+question/213347
>
>    Status: Answered => Open
>
>Joakim B is still having a problem:
>You mean that I should apply the sumSeries function onto my data then?
>
>--
>You received this question notification because you are a member of
>graphite-dev, which is an answer contact for Graphite.
>
>_______________________________________________
>Mailing list: https://launchpad.net/~graphite-dev
>Post to     : graphite-dev@xxxxxxxxxxxxxxxxxxx
>Unsubscribe : https://launchpad.net/~graphite-dev
>More help   : https://help.launchpad.net/ListHelp


Follow ups

References