File tree 3 files changed +3
-6
lines changed
playbooks/roles/edxapp/templates/edx/app/edxapp
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# 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
25
24
{% endif -%}
26
25
27
26
# We want to be able to toggle this on separately from DD in general.
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# 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
25
24
26
25
{% endif -%}
27
26
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
20
20
21
21
# Suppress middleware spans because there are about 100 for each request.
22
22
# 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
25
24
{% endif -%}
26
25
27
26
# We want to be able to toggle this on separately from DD in general.
You can’t perform that action at this time.
0 commit comments