graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02811
[Question #200512]: seems that xFilesFactor in conf/storage-aggregation.conf is not working
New question #200512 on Graphite:
https://answers.launchpad.net/graphite/+question/200512
my retention setting is:
[stats]
priority = 110
pattern = .*
retentions = 1m:7d,1h:31d,1d:5y
and I manually create conf/storage-aggregation.conf:
[test-retention]
pattern = .*
xFilesFactor = 0.001
aggregationMethod = average
that makes data in [0,31]days show on graphite,while when I turned day range greater than 31(say 32),the graph turns blank.
why is that? In my understanding, 1m/1h = 1/60 = 0.017 > xFilesFactor = 0.001 and 1h/1d = 1/24 = 0.00069 > xFilesFactor,so data in 5 years should all can be displayed.
should I stop apache2 to make the changes come to effect?(I did so ,nothing happened)
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.