Skip to content

Instantly share code, notes, and snippets.

@npearce
Created October 8, 2020 04:46
Show Gist options
  • Save npearce/f6882cd1e679ac6364dccc48a3b6f979 to your computer and use it in GitHub Desktop.
Save npearce/f6882cd1e679ac6364dccc48a3b6f979 to your computer and use it in GitHub Desktop.
Consul Agent Statsd

consul config

Test with StatsD/Graphite container

docker run -d\ --name graphite\ --rm\ -p 80:80\ -p 2003-2004:2003-2004\ -p 2023-2024:2023-2024\ -p 8125:8125/udp\ -p 8126:8126\ graphiteapp/graphite-statsd

Consul Config

"telemetry": {
  "statsd_address": "10.0.0.111:8125"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment