/anodot-statsd-docker

Etsy statsd collector with anodot backend

Primary LanguageDockerfileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

anodot-statsd-docker

statsd service with anodot backend that send metrics via anodot API

Usage

  • 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

Git

  • 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

More environment variables
  • 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"