This is a simple example of running statsd in docker.
Statsd listens on port tcp/udp 8125 by default.
Example to run the docker instance:
sudo docker run -e GRAPHITE_HOST=graphite.domain.com -p 8125:8125 -p 8125:8125/udp -p 8126:8126 -d paperg/statsd
Environment variables that can be used to set options:
GRAPHITE_PORT (default: 2003)
GRAPHITE_HOST (default: localhost)
STATSD_PORT (default: 8125)
The statsd admin interface
can be accessed through 8126/tcp.
Content type
Image
Digest
sha256:dc6ec83b9…
Size
187.7 MB
Last updated
almost 11 years ago
docker pull paperg/statsd