New question #258925 on Graphite: https://answers.launchpad.net/graphite/+question/258925
I have a couple of series of monotonically increasing values as a function of time. In other words, counters. I would like to graph the (non-negative) derivative of the sum of these series. Can I do that? So far I have tried: sumSeries(nonNegativeDerivative(my.series.*.count)) and nonNegativeDerivative(sumSeries(my.series.*.count)) Neither of these works. Am I using the wrong functions? Can this be done? -- 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@lists.launchpad.net Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp