graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05883
Re: [Question #274448]: How can I increase the storage time in carbon?
Question #274448 on Graphite changed:
https://answers.launchpad.net/graphite/+question/274448
Status: Answered => Open
edanshalom is still having a problem:
I recreate my whisper files each time I run graphite.
I create a docker image based on the following repo:
https://github.com/kamon-io/docker-grafana-graphite
The following scheme would give me 30d storage with a 10s precision?
[default]
pattern = .*
retentions = 10s:30d
I don't have any whisper files when I create the image.
I build it after each change from scratch.
It's important to say again that I'm trying to insert the data to carbon using metric_path, value and a timestamp.
Not through statsd, directly to carbon. Maybe this is the problem.
I insert the data in the following way:
http://coreygoldberg.blogspot.co.il/2012/04/python-getting-data-into-graphite-code.html
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.
References