Add kube-state-metrics autoconf by default (#1481)

This commit is contained in:
Haïssam Kaj
2017-07-21 23:36:09 +02:00
committed by Reinhard Nägele
parent cdb18cc499
commit 9ab6c8b822
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 0.7.0
version: 0.7.1
description: DataDog Agent
keywords:
- monitoring
+7 -8
View File
@@ -79,14 +79,13 @@ datadog:
## Each key will become a file in /conf.d/auto_conf
## ref: https://github.com/DataDog/docker-dd-agent#configuration-files
##
# autoconf:
# redisdb.yaml: |-
# docker_images:
# - redis
# init_config:
# instances:
# - host: "%%host%%"
# port: "%%port%%"
autoconf:
kubernetes_state.yaml: |-
docker_images:
- kube-state-metrics
init_config:
instances:
- kube_state_url: http://%%host%%:%%port%%/metrics
## Provide additonal service definitions
## Each key will become a file in /conf.d