based on alpine
and node 7
use this image to run a statsd server.
docker run -p 8125:8125/udp 0x20h/statsd
The following variables can be overwritten via environment variables:
STATSD_GRAPHITE_HOST
: localhostSTATSD_GRAPHITE_PROTOCOL
: textSTATSD_GRAPHITE_PORT
: 2003STATSD_GRAPHITE_PICKLE_PORT
: 2004STATSD_GRAPHITE_GLOBAL_PREFIX
: statsSTATSD_DEBUG
: falseSTATSD_DUMP_MESSAGES
: falseSTATSD_FLUSH_INTERVAL
: 10000
To configure your own configuration you can also mount a custom config.js.
docker run -v config.js:/statsd/config.js -p 8125:8125/udp 0x20h/statsd