Skip to content

Commit

Permalink
Add explanation for join_standard_tags setting in conf.example.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xornivore authored May 21, 2020
1 parent 0f05aa7 commit fd12d78
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ instances:
## Metrics can be found under `kubernetes_state.telemetry`
#
# telemetry: false

## @param join_standard_tags - boolean - optional - default: false
## To enable joining standard tags from labels, you must set this parameter to true.
## It will join standard tags found in these labels coming from info Kube State metrics (*_labels).
## tags.datadoghq.com/env => env
## tags.datadoghq.com/service => service
## tags.datadoghq.com/version => version
##
## Resources enabled for join_standard_tags include:
## Pod, Deployment, ReplicaSet, DaemonSet, StatefulSet, Job, CronJob
##
#
# join_standard_tags: false

0 comments on commit fd12d78

Please sign in to comment.