statsd service with anodot backend that send metrics via anodot API
docker pull anodot/anodot-statsd
docker run -d -e "ANODOT_API_TOKEN=YOUR_API_TOKEN" -p 8125:8125/udp -p 8126:8126 anodot/anodot-statsd
- Clone the repo
docker build -t anodot-statsd .
docker run -d -e "ANODOT_API_TOKEN=YOUR_API_TOKEN" -p 8125:8125/udp -p 8126:8126 anodot-statsd
for more details about statsd-anodot-backend refer to anodot statsd backend
- STATSD_PORT : change the default statsd port e.g. -e "STATSD_PORT=8225"
- ANODOT_HOST : change the default anodot service api entry point e.g. -e "ANODOT_HOST=https://api.anodot.com"