Skip to content

Commit

Permalink
add auto_conf.yaml files (#5678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez authored Feb 10, 2020
1 parent 86ae3c9 commit e5f0946
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ad_identifiers:
- kube-controller-manager

init_config:

instances:
## @param prometheus_url - string - required
## The URL where your application metrics are exposed by Prometheus.
#
- prometheus_url: "http://%%host%%:10252/metrics"

## @param bearer_token_auth - string - optional
## Used if you are using RBACs and need the Agent to authenticate
## against the APIServer to retrieve metrics. Default to true.
#
bearer_token_auth: true
16 changes: 16 additions & 0 deletions kube_scheduler/datadog_checks/kube_scheduler/data/auto_conf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ad_identifiers:
- kube-scheduler

init_config:

instances:
## @param prometheus_url - string - required
## The URL where your application metrics are exposed by Prometheus.
#
- prometheus_url: "http://%%host%%:10251/metrics"

## @param bearer_token_auth - string - optional
## Used if you are using RBACs and need the Agent to authenticate
## against the APIServer to retrieve metrics. Default to true.
#
bearer_token_auth: true

0 comments on commit e5f0946

Please sign in to comment.