← Back to team overview

graphite-dev team mailing list archive

Re: [Question #201519]: collectd data - whisper only keeping last datapoint

 

Question #201519 on Graphite changed:
https://answers.launchpad.net/graphite/+question/201519

    Status: Open => Answered

Nicholas Leskiw proposed the following answer:
Your xFilesFactor is set to 0.5, try changing it to 0.

whisper-resize.py --xFilesFactor 0 MIN_LOAD_AVG.wsp 10:21600 60:10080
600:262974


You can set that value in storage-schemas.conf for all new metrics as well. 

[stats]
priority = 110
pattern = ^stats\..*
retentions = 10:2160,60:10080,600:262974
xFilesFactor = 0

Keep in mind priority is ignored now, the patterns are tested in the
order that they're listed in the file and the first match is used.

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