Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CoreDNS integration #2091

Merged
merged 21 commits into from
Sep 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing parameter indentation
  • Loading branch information
Gus authored Sep 1, 2018
commit 7213c3cfec5f8d2e2722729b93440b8f98659a87
4 changes: 2 additions & 2 deletions coredns/datadog_checks/coredns/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ instances:
## See: https://coredns.io/plugins/metrics/
#
- prometheus_url: "http://%%host%%:9153/metrics"
tags:
- "dns-pod:%%host%%"
tags:
- "dns-pod:%%host%%"

## @param send_histogram_buckets - boolean - optional - default:True
## Set send_histograms_buckets to true to send the histograms bucket.
Expand Down