graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06579
[Question #653751]: Graphite not storing data points with older timestamp
New question #653751 on Graphite:
https://answers.launchpad.net/graphite/+question/653751
Hi there, I'm a newbie to graphite and I'm sending data that is not showing up if it's beyond a certain time and I can't figure out why. Here are the details if anyone can help me it's much appreciated:
My current timestamp when I run these commands is 1501098034
This one shows up in whisper:
CT-303 graphite# echo "pablo.dm.models.dt.trials.test 0.489795918367347 1501114140" | nc localhost 2003
CT-303 trials# whisper-fetch.py test.wsp | grep -v No
1501114140 0.489796
This one does not show up regardless of what I do (the timestamp is about 29 days ago):
echo "pablo.dm.models.dt.trials.test 0.489795918367347 1498939200" | nc localhost 2003
CT-303 trials# whisper-fetch.py test.wsp | grep 489
CT-303 trials#
I changed the storage settings and even resized the file:
CT-303 trials# whisper-info.py test.wsp
maxRetention: 1892160000
xFilesFactor: 0.0
aggregationMethod: average
fileSize: 378432028
Archive 0
retention: 1892160000
secondsPerPoint: 60
points: 31536000
size: 378432000
offset: 28
Supposedly this should hold all minute data points for a year and still it looks like the beginning of the file has not changed:
CT-303 trials# whisper-fetch.py test.wsp | more
1501028520 None
1501028580 None
The first timestamp in the file of 1501028520 is only 24 hours ago. I would expect it to be a year from now no?
Here's my storage-schema conf:
[default_1min_for_1day]
pattern = .*
retentions = 60s:360d
I also tried deleting the file and starting over, didn't help.
Thanks in advance!
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.