An HTTP proxy for statsd - will accept stats and forward them to a configured instance.
There are two variables to configure: targetAddress: Recipient statsd address targetPort: Recipient statsd port
You can run via the Docker container:
docker run -e targetAddress= -e targetPort= -p 8080:8080 cdkglobal/statsdproxy