graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05370
Re: [Question #261411]: useSeriesAbove function
Question #261411 on Graphite changed:
https://answers.launchpad.net/graphite/+question/261411
Description changed to:
Hello,
i have the following problem:
I want to plot (and sum up) a metric (metric1.time) only when another metric (metric1.reqs) has values over a certain threshold with graphite_web-0.9.13.
The useSeriesAbove function seems to the right function and i would
expect a interrupted line showing values from metric1.time only when
metric1.reqs has values are above the threshold.
I prepared some test timeseries data with the right namespace
ganglia.metric1.reqs (variable values between 8 and 12)
ganglia.metric1.time (fixed value)
I added the example to the composer window:
useSeriesAbove(ganglia.metric1.reqs,10,"reqs","time")
But the resulting metric is identically to ganglia.metric1.reqs and not a "dashed" version of metric1.time .
This seems to be not the desired behavior, if anybody has got an idea what wrong with my try I would really appreciate any ideas to solve this.
Thanks in advance
Arne
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.