A Docker container running statsd, using Stackdriver as backend.
To run the container execute
docker run -e "STACKDRIVER_API_KEY=your_key" -p 8125:8125/udp fiunchinho/docker-statsd
You can also define the following environment variables to get instance metrics:
- SOURCE_PREFIX_ENABLED: If true it will use a prefix to send instance metrics
- SOURCE_PREFIX_SEPARATOR: The characters to separate instanceId from metric name
Check statckdriver-statsd-backend to get more detail