graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05875
[Question #274448]: How can I increase the storage time in carbon?
New question #274448 on Graphite:
https://answers.launchpad.net/graphite/+question/274448
I'm trying to insert data to carbon using metric_path, value and a timestamp.
However, I can insert data only 7 days back.
Is it because of the configurations in storage-schemas.conf?
I noticed it was:
[default]
pattern = .*
retentions = 10s:7d
I changed it to:
[default]
pattern = .*
retentions = 10s:30d
But it didn't help.
So how can I increase the storage time in carbon?
Thanks.
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.
Follow ups