graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06910
[Question #690458]: Running graphite on Docker
New question #690458 on Graphite:
https://answers.launchpad.net/graphite/+question/690458
Hello,
I am trying to follow the instructions on the Docker graphite page- https://hub.docker.com/r/graphiteapp/graphite-statsd
It seems to be running and I can send the fake example data and see it on the Graphite Dashboard.
However, thats all I can do.
If I send my own stats like this, I can see this field in the Dashboard-
echo "local.random.ticks 4 `date +%s`" | nc -u 127.0.0.1 2003
But how come there is no /opt/graphite/storage folder.
And very puzzling, maybe because I have not used Docker before, the paths are all relative.
It all seems to be under -
/var/lib/docker/overlay2/88c8c3cd2f2b280d42a5102b46af311de293dbb85ee602b3bf70675ca9dd0f1c/diff/opt/graphite/
The carbon.conf in /var/lib/docker/overlay2/88c8c3cd2f2b280d42a5102b46af311de293dbb85ee602b3bf70675ca9dd0f1c/diff/opt/graphite/conf/
is identical to https://github.com/graphite-project/carbon/blob/master/conf/carbon.conf.example
What seems to be missing due to which there is no storage folder?
Thank you
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.