SamSaffron / graphite_docker

docker container for graphite
166 stars 78 forks source link

Updated Grafana version to beta3 #2

Closed heyman closed 9 years ago

heyman commented 9 years ago

Some file system locations has changed in beta3, as well as a config file change. It's outlined here: http://grafana.org/download/

SamSaffron commented 9 years ago

thanks ... I want to get rid of supervisord as well and just use runit, not a huge fan of it.

there is also the option of splitting this to 4 containers but not particularly in love with it.

heyman commented 9 years ago

I also prefer having all of the daemons running in a single container (at least until there is a well supported way of orchestrating container groups).

My own system is composed from individual containers (web, worker, scheduler, redis, elasticserach, etc.) which serves me well, but I see no benefit at all from splitting the statsd/graphite/grafana container into different containers. I'd much rather treat it as a single service.

I have no opinion fore/against runit/supervisord.

SamSaffron commented 9 years ago

You got to try runit, it is so much cleaner, have a look at discourse docker

On Friday, April 17, 2015, Jonatan Heyman notifications@github.com wrote:

I also prefer having all of the daemons running in a single container (at least until there is a well supported way of orchestrating container groups).

My own system is composed from individual containers (web, worker, scheduler, redis, elasticserach, etc.) which serves me well, but I see no benefit at all from splitting the statsd/graphite/grafana container into different containers. I'd much rather treat the it as a single service.

I have no opinion fore/against runit/supervisord.

— Reply to this email directly or view it on GitHub https://github.com/SamSaffron/graphite_docker/pull/2#issuecomment-93974378 .