← Back to team overview

graphite-dev team mailing list archive

[Question #174648]: daily data point retentions issue

 

New question #174648 on Graphite:
https://answers.launchpad.net/graphite/+question/174648

I need to have one data point per day.
Here is the settings in storage-schemas.conf for this:

[daily]
priority = 100
pattern = ^stats\.aggregated\.daily\.
retentions = 86400:1825

But what I get in the result is the only point like this:
stats.aggregated.daily.as_slurper.fast.input.r.all,1318723200,1318809600,86400|2308980.894
(got with rawData=true)

Even when one day has passed, the data will look the same. There will still be the only one point, but with different timestamps (for the next day).

The retentions with smaller data points (1 minute data points) works well.

Is there some restrictions for retentions with data points in 86400 seconds?

Thank you.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.