kamon-io / docker-grafana-graphite

Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard
Apache License 2.0
1.14k stars 495 forks source link

Metrics stop being recorded after restarting the container #126

Open Coffei opened 5 years ago

Coffei commented 5 years ago

Hi, we are using this image to track metrics of our app and found the following problem.

Whenever the container is restarted it stops tracking the metrics. I have to recreate the container to make it work again. I checked and the packets are still arriving into the container, also statsd is still running. Tried to kill statd and let the supervisor restart it, that didn't help.

Any ideas what can be wrong?