我们正在使用 Graphite 来存储有关我们网站的统计信息。当我们想查看过去 24 小时和 7 天的数据时,一切正常。当我们试图查看上个月的数据时,Graphite 没有显示任何数据。
我们每 5 分钟收集一个指标的数据,每小时收集一次其他指标的数据。
当我使用 GUI 时,这个“查询”有效:
width=1188&height=580&target=identifierXYP.value&lineMode=connected&from=-8days
而这个不返回任何数据
width=1188&height=580&target=identifierXYP.value&lineMode=connected&from=-9days
唯一改变的是“从”部分。
我已经跑了
find ./ -type f -name '*.wsp' -exec whisper-resize.py --nobackup {} 5m:365d \;
但它没有帮助。
Whisper-info.py value.wsp 输出:
maxRetention: 157680000
xFilesFactor: 0.5
aggregationMethod: average
fileSize: 2521504
Archive 0
retention: 691200
secondsPerPoint: 10
points: 69120
size: 829440
offset: 64
Archive 1
retention: 2678400
secondsPerPoint: 60
points: 44640
size: 535680
offset: 829504
Archive 2
retention: 31536000
secondsPerPoint: 600
points: 52560
size: 630720
offset: 1365184
Archive 3
retention: 157680000
secondsPerPoint: 3600
points: 43800
size: 525600
offset: 1995904