Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 453 Bytes

statsdProxy

An HTTP proxy for statsd - will accept stats and forward them to a configured instance.

Usage

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