From bfe31fcfe8f338ce8468c64e31fb893ce790f8a4 Mon Sep 17 00:00:00 2001 From: Aleksandr Pasechnik Date: Wed, 13 Nov 2024 12:41:30 -0500 Subject: [PATCH] chore: [SVLS-5939] disable metadata collection --- datadog_wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/datadog_wrapper b/datadog_wrapper index 43118ef..e174fb6 100644 --- a/datadog_wrapper +++ b/datadog_wrapper @@ -4,6 +4,7 @@ main() { # Required to add the AAS metadata export DD_AZURE_APP_SERVICES=1 export DD_APM_REMOTE_TAGGER=false + export DD_ENABLE_METADATA_COLLECTION=false # Remote Config does not work in AAS. It must be disabled. export DD_REMOTE_CONFIGURATION_ENABLED=false