Skip to content

Commit

Permalink
sync new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed Oct 28, 2020
1 parent dbfa63d commit 7427f87
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions crio/datadog_checks/crio/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ instances:
# - <PREFIX_*_SUFFIX>
# - <*_SUBSTRING_*>

## @param ignore_metrics_by_labels - mapping - optional
## A mapping of labels where metrics with matching label key and values are ignored.
## Use the "*" wildcard to match all label values.
#
# ignore_metrics_by_labels:
# <KEY_1>:
# - <LABEL_1>
# - <LABEL_2>
# <KEY_2>:
# - '*'

## @param proxy - mapping - optional
## This overrides the `proxy` setting in `init_config`.
##
Expand Down
11 changes: 11 additions & 0 deletions etcd/datadog_checks/etcd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@ instances:
# - <PREFIX_*_SUFFIX>
# - <*_SUBSTRING_*>

## @param ignore_metrics_by_labels - mapping - optional
## A mapping of labels where metrics with matching label key and values are ignored.
## Use the "*" wildcard to match all label values.
#
# ignore_metrics_by_labels:
# <KEY_1>:
# - <LABEL_1>
# - <LABEL_2>
# <KEY_2>:
# - '*'

## @param proxy - mapping - optional
## This overrides the `proxy` setting in `init_config`.
##
Expand Down

0 comments on commit 7427f87

Please sign in to comment.