Skip to content

Instantly share code, notes, and snippets.

@jeroenr
Created August 8, 2017 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenr/8e17daa9e9a15d796f9b6ac1ee46f56d to your computer and use it in GitHub Desktop.
Save jeroenr/8e17daa9e9a15d796f9b6ac1ee46f56d to your computer and use it in GitHub Desktop.
Kamon dogstatsd configuration
kamon {
...
datadog {
hostname = "statsd-exporter-svc.monitoring.svc.cluster.local"
port = 8125
...
}
default-tags {
service-name = "my-service"
env = "dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment