StatsD server to go with ennexa/graphite
docker run -ti -d --name statsd -v ./conf:/etc/statsd -P ennexa/statsd
Modify ./conf/config.js file to point to your Graphite server
If you are using this image with a graphite container having port 2003 exposed, you can link the graphite container to the statsd container with alias name graphite
and the graphite server will be automatically detected.
docker run -ti -d --name graphite ennexa/graphite
docker run -ti -d --name statsd -P --link graphite:graphite ennexa/statsd
The image exposes 2 ports
The image exports 1 volume
/etc/statsdContent type
Image
Digest
sha256:918284da9…
Size
110.6 MB
Last updated
over 8 years ago
docker pull ennexa/statsd