graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01525
Re: [Question #174648]: daily data point retentions issue
Question #174648 on Graphite changed:
https://answers.launchpad.net/graphite/+question/174648
Status: Open => Needs information
chrismd requested more information:
What time range did you use in the request that returned that data? If
you don't explicitly specify a time range the default is the past 24
hours so having one datapoint would make sense. If you requested longer
than that it is possible that your database files have 1-day precision
but only for 1-day duration, the storage-schemas.conf settings only
matter when the database file is created (ie. the first time a datapoint
is received for the metric). You can verify what retention configure the
database file has by running:
/opt/graphite/bin/whisper-info.py
/opt/graphite/storage/whisper/stats/aggregated/daily/as_slurper/fast/input/r/all.wsp
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.