graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05643
Re: [Question #268613]: Graphing movingAverage for only existing (not None\Null) data
Question #268613 on Graphite changed:
https://answers.launchpad.net/graphite/+question/268613
Status: Open => Answered
Jason Dixon proposed the following answer:
You could use a combination of transformNull() to convert your Nulls to
a value (e.g. -1) which could then be filtered out more easily using
removeBelowValue().
Jason
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.