← Back to team overview

graphite-dev team mailing list archive

Re: [Question #201541]: Stats show up for some, not for other (servers)

 

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

    Status: Answered => Open

Victor Anjos is still having a problem:
So I've tried this, restarted carbon-cache, carbon-relay and graphite
and I'm still getting the same results.

I did have ONE set "stick around" for a little while, but metrics are
not being recorded.

Here's what I did, just in case you wanted to check:

================================================================================
STORAGE-SCHEMAS.CONF

# Schema definitions for whisper files. Entries are scanned in order,
# and first match wins.
#
#  [name]
#  pattern = regex
#  retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...

[carbon]
pattern = ^carbon\.
retentions = 60:90d

[stats]
pattern = .*
retentions = 10s:1d, 60s:30d, 15m:400d
xFilesFactor=0

================================================================================

# for wspfile in `find /opt/graphite/storage/whisper -name *.wsp`; do
> sudo whisper-resize.py --xFilesFactor 0 $wspfile 10:8640 60:43200 900:38400
> done
#

They all resized fine... Here is what the same file from before looks
like now:

whisper-info.py MIN_LOAD_AVG.wsp
maxRetention: 34560000
xFilesFactor: 0.0
aggregationMethod: average
fileSize: 1082932

Archive 0
retention: 86400
secondsPerPoint: 10
points: 8640
size: 103680
offset: 52

Archive 1
retention: 2592000
secondsPerPoint: 60
points: 43200
size: 518400
offset: 103732

Archive 2
retention: 34560000
secondsPerPoint: 900
points: 38400
size: 460800
offset: 622132

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