Skip to content

Commit ba8fa33

Browse files
authored
Merge pull request DataDog#12766 from DataDog/wantsui/update-ignore-resource-example
Fix the ignore_resource example under apm_config
2 parents 310ce11 + 2789e6e commit ba8fa33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/tracing/guide/ignoring_apm_resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The **ignore resources** option allows resources to be excluded if the global ro
6464
You can specify resources to ignore either in the Agent configuration file, `datadog.yaml`, or with the `DD_APM_IGNORE_RESOURCES` environment variable. See examples below.
6565

6666
{{< code-block lang="yaml" filename="datadog.yaml" >}}
67+
apm_config:
6768
## @param ignore_resources - list of strings - optional
6869
## A list of regular expressions can be provided to exclude certain traces based on their resource name.
6970
## All entries must be surrounded by double quotes and separated by commas.

0 commit comments

Comments
 (0)