A network daemon that runs on the Node.js platform and listens for statistics, like counters and timers, sent over UDP or TCP and sends aggregates to one or more pluggable backend services (e.g., Graphite).
$ docker run -d -p 8125:8125/udp -v /full/path/to/statsd/config.js:/statsd/config.js:ro bkmeneguello/statsd
A sample config.js is provided. Customize "graphiteHost" and other parameters to match your needs.
Content type
Image
Digest
Size
11.9 MB
Last updated
almost 10 years ago
docker pull bkmeneguello/statsd