Skip to content

Instantly share code, notes, and snippets.

@chussenot
Created August 4, 2023 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chussenot/5645755aa8e6021ad93c4ceb05158dca to your computer and use it in GitHub Desktop.
Save chussenot/5645755aa8e6021ad93c4ceb05158dca to your computer and use it in GitHub Desktop.
# 20015441@hq.corp.leroymerlin.com @ 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