Skip to content

Commit ad70187

Browse files
authored
Revert "temp: enable DD_DJANGO_INSTRUMENT_MIDDLEWARE (#142)" (#151)
This reverts commit 5ace2fe.
1 parent 9a148c4 commit ad70187

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
2020

2121
# Suppress middleware spans because there are about 100 for each request.
2222
# Remove (or set to true) for debugging.
23-
# Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24-
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
23+
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
2524
{% endif -%}
2625

2726
# We want to be able to toggle this on separately from DD in general.

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
2020

2121
# Suppress middleware spans because there are about 100 for each request.
2222
# Remove (or set to true) for debugging.
23-
# Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24-
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
23+
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
2524

2625
{% endif -%}
2726

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
2020

2121
# Suppress middleware spans because there are about 100 for each request.
2222
# Remove (or set to true) for debugging.
23-
# Temporarily enabled as part of https://github.com/edx/edx-arch-experiments/issues/879
24-
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=true
23+
export DD_DJANGO_INSTRUMENT_MIDDLEWARE=false
2524
{% endif -%}
2625

2726
# We want to be able to toggle this on separately from DD in general.

0 commit comments

Comments
 (0)