graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04831
Re: [Question #248242]: Graphite shows “None” for all data points even though I send it data [metric created, data ignored]
Question #248242 on Graphite changed:
https://answers.launchpad.net/graphite/+question/248242
Jakub Holy gave more information on the question:
I guess it is related to this info from the docs:
"""
xFilesFactor should be a floating point number between 0 and 1, and specifies what fraction of the previous retention level’s slots must have non-null values in order to aggregate to a non-null value. The default is 0.5.
"""
So it seems that the main question remaining is: why there are ever only
data points at 1m intervals even though the highest precision in
storage-schemas.conf is 1s?
For reference, this is the -schemas.conf:
[carbon]
pattern = ^carbon\.
retentions = 1m:90d
[default]
pattern = .*
retentions = 1s:30m,1m:1d,5m:2y
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.