graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03593
Re: [Question #217200]: derivative() results in no data
Question #217200 on Graphite changed:
https://answers.launchpad.net/graphite/+question/217200
Status: Open => Solved
Mike Julian confirmed that the question is solved:
For anyone else running across this:
The problem was that I had my database storage increment ar 30s and my
SNMP data is only polling every 60s, resulting in no data every other
point. Using derivative() when you're missing data points like that will
cause it to error and result in graphs with no data. A work around is to
apply keepLastValue() first. Solution is to make sure your database
storage interval and polling interval match.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.