statsd from v0.8.0 introduced the support for a TCP listener. This is useful in a number of cases, and I think it'd be good to have it in this Docker image.
For now I've forked the repository,changed the Dockerfile so it clones statsd v0.8.0 instead of v0.7.2, and updated the statsd configuration in conf/opt/statsd/config.js. Ideally it would be nice to be able to specify on which interface statsd should listen when the container is run.
Any thoughts how this could be implemented? Let me know if you feel that a PR for that would be useful.
statsd from v0.8.0 introduced the support for a TCP listener. This is useful in a number of cases, and I think it'd be good to have it in this Docker image.
For now I've forked the repository,changed the Dockerfile so it clones statsd v0.8.0 instead of v0.7.2, and updated the statsd configuration in
conf/opt/statsd/config.js
. Ideally it would be nice to be able to specify on which interface statsd should listen when the container is run.Any thoughts how this could be implemented? Let me know if you feel that a PR for that would be useful.