Skip to content

Commit 16a90c2

Browse files
committed
Sync calico
1 parent 8f7e1be commit 16a90c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

calico/datadog_checks/calico/data/conf.yaml.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,3 +595,14 @@ instances:
595595
## This is useful for cluster-level checks.
596596
#
597597
# empty_default_hostname: false
598+
599+
## @param metric_patterns - mapping - optional
600+
## A mapping of metrics to include or exclude, with each entry being a regular expression.
601+
##
602+
## Metrics defined in `exclude` will take precedence in case of overlap.
603+
#
604+
# metric_patterns:
605+
# include:
606+
# - <INCLUDE_REGEX>
607+
# exclude:
608+
# - <EXCLUDE_REGEX>

0 commit comments

Comments
 (0)