Created
August 4, 2023 08:43
-
-
Save chussenot/5645755aa8e6021ad93c4ceb05158dca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [email protected] @ X502501 in ~/Documents/datadog-agent on git:main o [10:42:45] | |
$ ag DD_APM_IGNORE_RESOURCES | |
cmd/trace-agent/config/config_test.go | |
631: {"DD_IGNORE_RESOURCE", "DD_APM_IGNORE_RESOURCES", "apm_config.ignore_resources"}, | |
638: if tt.envNew == "DD_APM_IGNORE_RESOURCES" { | |
772: "DD_APM_IGNORE_RESOURCES", | |
pkg/config/apm.go | |
98: config.BindEnv("apm_config.ignore_resources", "DD_APM_IGNORE_RESOURCES", "DD_IGNORE_RESOURCE") | |
pkg/config/config_template.yaml | |
1406: ## @env DD_APM_IGNORE_RESOURCES - comma separated list of strings - optional | |
pkg/flare/envvars.go | |
55: "DD_APM_IGNORE_RESOURCES", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment