graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04063
Re: [Question #227983]: whisper-resize.py is losing data
Question #227983 on Graphite changed:
https://answers.launchpad.net/graphite/+question/227983
Status: Open => Solved
Tyson Tate confirmed that the question is solved:
To answer my own question:
What's happening here is that I'm moving from a less-accurate density of
points to a more-accurate density of points. Whisper does not
interpolate points in between the existing ones, so in the more-accurate
database, the new points are null.
The solution is to either re-work whisper-resize.py to add in the
missing points or simply use the keepLastValue() graphite filter to fill
in the missing points with the last point's value.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.