Skip to content

Commit

Permalink
Disable telemetry in perf
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycarvalho committed Dec 18, 2024
1 parent 6eaf1ea commit 8f1a0e6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions cd/application-deployment/dev/dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cd/application-deployment/perf/perf.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions cd/application-deployment/perf/vaec-api-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_APM_TELEMETRY_ENABLED",
"value": "false"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_APM_TELEMETRY_ENABLED",
"value": "false"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_APM_TELEMETRY_ENABLED",
"value": "false"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"
Expand Down

0 comments on commit 8f1a0e6

Please sign in to comment.