graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02907
Re: [Question #202162]: integral(multiplySeries(x, y)) does not work
Question #202162 on Graphite changed:
https://answers.launchpad.net/graphite/+question/202162
Description changed to:
I want to know how long my system spends on a task over time.
x is my counter. y is my average duration.
I can do 'multiplySeries(x, y)' to see time spent on the task at a point
in time.
I want to total the time up over the past four hours, so I tried
integral(multiplySeries(x,y)) but just get a broken image icon.
Should this work, or am I misunderstanding how this is supposed to work?
This is the graphite/storage/log/webapp/access.log showing the 500
error:
174.47.56.114 - - [03/Jul/2012:14:22:52 +0000] "GET /render/?width=1059&height=474&_salt=1341325372.533&from=-1hours&target=integral(multiplySeries(count%2Cmean_90)) HTTP/1.1" 500 1505
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.