← Back to team overview

graphite-dev team mailing list archive

[Question #199101]: Not displaying data for scales longer than the highest resolution

 

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

I'm using Graphite/statsd/diamond to track system performance data.

Whisper version:
Name: whisper
Version: 0.9.9

Diamond:
Name: diamond
Version: 0.2.0

Graphite:
Name: graphite-web
Version: 0.9.9

My graphite dashboard shows 10 minute graphs (or less) for all data sets.
But when I change it to 11 minutes, the data that is sent through statsd with multiple resolutions
does not display. I get a blank graph, no points.

The data appears to be in whisper.


whisper-info.py work.wsp 
maxRetention: 31536000
xFilesFactor: 0.5
aggregationMethod: average
fileSize: 784864

Archive 0
retention: 600
secondsPerPoint: 1
points: 600
size: 7200
offset: 64

Archive 1
retention: 21600
secondsPerPoint: 10
points: 2160
size: 25920
offset: 7264

Archive 2
retention: 604800
secondsPerPoint: 60
points: 10080
size: 120960
offset: 33184

Archive 3
retention: 31536000
secondsPerPoint: 600
points: 52560
size: 630720
offset: 154144

Diamond stats have a single time resolution that is coarser:

whisper-info.py concurrent_io.wsp 
maxRetention: 86400
xFilesFactor: 0.5
aggregationMethod: average
fileSize: 17308

Archive 0
retention: 86400
secondsPerPoint: 60
points: 1440
size: 17280
offset: 28

Any thoughts?


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