Skip to content

Commit e23443e

Browse files
authored
Feat: enable apm profiling with memory disabled (#207)
1 parent d6cc1e2 commit e23443e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export DD_CELERY_DISTRIBUTED_TRACING=true
3737
export DD_PROFILING_ENABLED=true
3838
export DD_PROFILING_STACK_V2_ENABLED=true
3939
export DD_PROFILING_TIMELINE_ENABLED=true
40+
export DD_PROFILING_MEMORY_ENABLED=false
4041
{% endif -%}
4142

4243
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}

playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export DD_CELERY_DISTRIBUTED_TRACING=true
3737
export DD_PROFILING_ENABLED=true
3838
export DD_PROFILING_STACK_V2_ENABLED=true
3939
export DD_PROFILING_TIMELINE_ENABLED=true
40+
export DD_PROFILING_MEMORY_ENABLED=false
4041
{% endif -%}
4142

4243
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}

playbooks/roles/edxapp/templates/edx/app/edxapp/worker.sh.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export DD_CELERY_DISTRIBUTED_TRACING=true
3535
# We want to be able to toggle this on separately from DD in general.
3636
{% if EDXAPP_DATADOG_PROFILING_ENABLE %}
3737
export DD_PROFILING_ENABLED=true
38+
export DD_PROFILING_MEMORY_ENABLED=false
3839
{% endif -%}
3940

4041
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}

0 commit comments

Comments
 (0)