We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7e1be commit 16a90c2Copy full SHA for 16a90c2
1 file changed
calico/datadog_checks/calico/data/conf.yaml.example
@@ -595,3 +595,14 @@ instances:
595
## This is useful for cluster-level checks.
596
#
597
# 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