diff --git a/cd/application-deployment/dev/dev.env b/cd/application-deployment/dev/dev.env index 71734bd134..8a676b80bf 100644 --- a/cd/application-deployment/dev/dev.env +++ b/cd/application-deployment/dev/dev.env @@ -12,6 +12,7 @@ COMP_AND_PEN_MESSAGES_ENABLED=True DD_ENV=dev DD_PROFILING_ENABLED=True DD_PROFILING_ENABLE_CODE_PROVENANCE=True +DD_INSTRUMENTATION_TELEMETRY_ENABLED=False DD_SERVICE=celery-beat DD_SITE=ddog-gov.com EMAIL_ATTACHMENTS_ENABLED=True diff --git a/cd/application-deployment/dev/vaec-api-task-definition.json b/cd/application-deployment/dev/vaec-api-task-definition.json index bbcfab1fbf..7cb13c5fc7 100644 --- a/cd/application-deployment/dev/vaec-api-task-definition.json +++ b/cd/application-deployment/dev/vaec-api-task-definition.json @@ -146,6 +146,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/dev/vaec-celery-beat-task-definition.json b/cd/application-deployment/dev/vaec-celery-beat-task-definition.json index 6d586ec915..eb2275e042 100644 --- a/cd/application-deployment/dev/vaec-celery-beat-task-definition.json +++ b/cd/application-deployment/dev/vaec-celery-beat-task-definition.json @@ -128,6 +128,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/dev/vaec-celery-task-definition.json b/cd/application-deployment/dev/vaec-celery-task-definition.json index 048c6de2ef..177745a461 100644 --- a/cd/application-deployment/dev/vaec-celery-task-definition.json +++ b/cd/application-deployment/dev/vaec-celery-task-definition.json @@ -154,6 +154,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/perf/perf.env b/cd/application-deployment/perf/perf.env index b1a999af19..f3212769b6 100644 --- a/cd/application-deployment/perf/perf.env +++ b/cd/application-deployment/perf/perf.env @@ -10,6 +10,7 @@ COMP_AND_PEN_MESSAGES_ENABLED=True COMP_AND_PEN_PERF_TO_NUMBER=+14254147755 DD_ENV=perf DD_PROFILING_ENABLED=True +DD_INSTRUMENTATION_TELEMETRY_ENABLED=False DD_PROFILING_ENABLE_CODE_PROVENANCE=True DD_SERVICE=celery-beat DD_SITE=ddog-gov.com diff --git a/cd/application-deployment/perf/vaec-api-task-definition.json b/cd/application-deployment/perf/vaec-api-task-definition.json index 197fa4c019..dd14ff4592 100644 --- a/cd/application-deployment/perf/vaec-api-task-definition.json +++ b/cd/application-deployment/perf/vaec-api-task-definition.json @@ -129,6 +129,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/perf/vaec-celery-beat-task-definition.json b/cd/application-deployment/perf/vaec-celery-beat-task-definition.json index fb6712ee6e..72a8f7440f 100644 --- a/cd/application-deployment/perf/vaec-celery-beat-task-definition.json +++ b/cd/application-deployment/perf/vaec-celery-beat-task-definition.json @@ -268,6 +268,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/perf/vaec-celery-task-definition.json b/cd/application-deployment/perf/vaec-celery-task-definition.json index 60cfb32680..9dbf726da3 100644 --- a/cd/application-deployment/perf/vaec-celery-task-definition.json +++ b/cd/application-deployment/perf/vaec-celery-task-definition.json @@ -154,6 +154,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/prod/prod.env b/cd/application-deployment/prod/prod.env index 33ded0aef7..2d01e8f024 100644 --- a/cd/application-deployment/prod/prod.env +++ b/cd/application-deployment/prod/prod.env @@ -10,6 +10,7 @@ COMP_AND_PEN_MESSAGES_ENABLED=True DD_ENV=prod DD_PROFILING_ENABLED=True DD_PROFILING_ENABLE_CODE_PROVENANCE=True +DD_INSTRUMENTATION_TELEMETRY_ENABLED=False DD_SERVICE=celery-beat DD_SITE=ddog-gov.com EMAIL_ATTACHMENTS_ENABLED=True diff --git a/cd/application-deployment/prod/vaec-api-task-definition.json b/cd/application-deployment/prod/vaec-api-task-definition.json index ad0de66b55..a98a9ef41e 100644 --- a/cd/application-deployment/prod/vaec-api-task-definition.json +++ b/cd/application-deployment/prod/vaec-api-task-definition.json @@ -137,6 +137,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/prod/vaec-celery-beat-task-definition.json b/cd/application-deployment/prod/vaec-celery-beat-task-definition.json index b7e10adbff..07737e6af0 100644 --- a/cd/application-deployment/prod/vaec-celery-beat-task-definition.json +++ b/cd/application-deployment/prod/vaec-celery-beat-task-definition.json @@ -136,6 +136,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/prod/vaec-celery-task-definition.json b/cd/application-deployment/prod/vaec-celery-task-definition.json index 7553695a95..9a66b3cebe 100644 --- a/cd/application-deployment/prod/vaec-celery-task-definition.json +++ b/cd/application-deployment/prod/vaec-celery-task-definition.json @@ -162,6 +162,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/staging/staging.env b/cd/application-deployment/staging/staging.env index 783b09e8f0..e816336ad7 100644 --- a/cd/application-deployment/staging/staging.env +++ b/cd/application-deployment/staging/staging.env @@ -12,6 +12,7 @@ COMP_AND_PEN_MESSAGES_ENABLED=True DD_ENV=staging DD_PROFILING_ENABLED=True DD_PROFILING_ENABLE_CODE_PROVENANCE=True +DD_INSTRUMENTATION_TELEMETRY_ENABLED=False DD_SERVICE=celery-beat DD_SITE=ddog-gov.com EMAIL_ATTACHMENTS_ENABLED=True diff --git a/cd/application-deployment/staging/vaec-api-task-definition.json b/cd/application-deployment/staging/vaec-api-task-definition.json index 0174badc66..1c2ba051ae 100644 --- a/cd/application-deployment/staging/vaec-api-task-definition.json +++ b/cd/application-deployment/staging/vaec-api-task-definition.json @@ -137,6 +137,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/staging/vaec-celery-beat-task-definition.json b/cd/application-deployment/staging/vaec-celery-beat-task-definition.json index 42d60c4e6b..88344a62b8 100644 --- a/cd/application-deployment/staging/vaec-celery-beat-task-definition.json +++ b/cd/application-deployment/staging/vaec-celery-beat-task-definition.json @@ -136,6 +136,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true" diff --git a/cd/application-deployment/staging/vaec-celery-task-definition.json b/cd/application-deployment/staging/vaec-celery-task-definition.json index 1ff284af41..0a71262ca8 100644 --- a/cd/application-deployment/staging/vaec-celery-task-definition.json +++ b/cd/application-deployment/staging/vaec-celery-task-definition.json @@ -162,6 +162,10 @@ "name": "DD_LOGS_ENABLED", "value": "true" }, + { + "name": "DD_APM_TELEMETRY_ENABLED", + "value": "false" + }, { "name": "DD_PROCESS_AGENT_ENABLED", "value": "true"