graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04131
[Question #229756]: Counting positive values
New question #229756 on Graphite:
https://answers.launchpad.net/graphite/+question/229756
Hello,
Is there any way for counting positive values (ex. counting number of wrong exit codes).
I tried in two way:
- integral(maxSeries(series, 1))
But error in MaxSeries occurs: can only concatenate list (not "int") to list
- integral(drawAsInfinite(series))
But integral does not count inf values, ok maybe count, but it's still inf.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.