graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06154
Re: [Question #295687]: Can't record some data to graphite
Question #295687 on Graphite changed:
https://answers.launchpad.net/graphite/+question/295687
Status: Open => Answered
Denis Zhdanov proposed the following answer:
If I understand correctly, you are inserting four data points per hour,
and you need to keep it for a year. Then you need to have:
* storage-schemas.conf
[carbon]
pattern = ^carbon\.
retentions = 10s:6h,1min:90d
[default_15min_for_1year]
pattern = .*
retentions = 15m:1y
* system-aggregation.conf
[default]
pattern = .*
xFilesFactor = 0
aggregationMethod = average
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.