← Back to team overview

graphite-dev team mailing list archive

[Question #206495]: Graphite storing only 24hours data in whisper files

 

New question #206495 on Graphite:
https://answers.launchpad.net/graphite/+question/206495

Hi,

We've a rule in the configuration file that looks like this :

[everything_5min_13months]
priority = 100
pattern = ^B\.Met\.*
retentions = 600:395d

We expect this to hold so many data points in the wsp file . When we do a whisper-info.py on the file , we get

whisper-info.py  Passed.wsp 
maxRetention: 34128000
xFilesFactor: 0.0
aggregationMethod: average
fileSize: 1365148

Archive 0
retention: 34128000
secondsPerPoint: 300
points: 113760
size: 1365120
offset: 28

We see above that there should be 113760 points overall in the whisper file but what we're noticing is that the number of data points in that file when I do a " whisper-fetch.py < >  | wc -l " gives exactly 288 points , which at a 5 minute interval is exactly 1 day. Graphite shows the related graphing for previous days but another tool that we're using in order to query Graphite gets information for just the last day because of whisper .

How do we make sure it stores all the points and not just the last 24 hours inspite of whisper-info showing the correct information?

Thanks
Madhurranjan

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.


Follow ups