graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03256
Re: [Question #211690]: timeShift function only works for t < 1week
Question #211690 on Graphite changed:
https://answers.launchpad.net/graphite/+question/211690
Status: Open => Solved
Jens Braeuer confirmed that the question is solved:
I found the reason for my problem with timeShift. There was no data
available :) Obviously my storage-schemas.conf was faulty.
(creates.log)
19/10/2012 20:03:06 :: new metric servers.foo.ct.count matched schema default
19/10/2012 20:03:06 :: new metric servers.foo.ct.count matched aggregation schema default
19/10/2012 20:03:06 :: creating database file /opt/graphite/storage/whisper/servers/foo/ct/count.wsp (archive=[(60, 10080)] xff=None agg=None)
This storage-schemas.conf works
[servers]
pattern = ^servers.*
retentions = 60s:14d,10m:60d,30m:1y,60m:2y,120m:5y
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.