Closed christophetd closed 7 years ago
This PR introduces support for the statsd TCP interface.
Example:
docker run -d\ --name graphite\ --restart=always\ -e STATSD_INTERFACE=tcp -p 80:80\ -p 2003-2004:2003-2004\ -p 2023-2024:2023-2024\ -p 8125:8125/udp\ -p 8126:8126\ imagename
Thank you. This looks great. I'll test this weekend & get it merged.
Sure, let me know if you need anything. Looking forward to have it merged so I can use the official image instead of my fork. :-)
This PR introduces support for the statsd TCP interface.
Example: