graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03011
Re: [Question #205309]: I would like to have graph with 1 point per day for 1 year - retentions settings
Question #205309 on Graphite changed:
https://answers.launchpad.net/graphite/+question/205309
Description changed to:
What are the right settings for having graph with one point per day with
1 year retention. I added following lines in storage-schemas.conf
[rebuilds]
patter = ^rebuilds\.
retentions = 1d:365d
and not sure it work. I would expect in:
http://my-graphite/render?target=rebuilds.*.*.*.*.*.*&format=raw
see something else than what I see now:
rebuilds._metric-name,1344350700,1344437100,60|None... (many times None
and nothing else)
I understand that above indicates standard retentions: 1 day, points for
each minute (60 seconds).
One more thing. How to render a graph with one Xpoint per day?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.