File tree 3 files changed +0
-15
lines changed
playbooks/roles/edxapp/templates/edx/app/edxapp
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ export DD_PROFILING_TIMELINE_ENABLED=true
40
40
41
41
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}
42
42
export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true
43
- # Temporary: Override django.cache span service tag to match IDA name.
44
- # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED
45
- # but it's not working due to a missing `schematize_service_name` call.
46
- # See https://github.com/edx/edx-arch-experiments/issues/737
47
- export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-cms
48
43
{% endif -%}
49
44
50
45
export PORT=" {{ edxapp_cms_gunicorn_port }}"
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ export DD_PROFILING_TIMELINE_ENABLED=true
40
40
41
41
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}
42
42
export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true
43
- # Temporary: Override django.cache span service tag to match IDA name.
44
- # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED
45
- # but it's not working due to a missing `schematize_service_name` call.
46
- # See https://github.com/edx/edx-arch-experiments/issues/737
47
- export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-lms
48
43
{% endif -%}
49
44
50
45
export PORT=" {{ edxapp_lms_gunicorn_port }}"
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ export DD_PROFILING_ENABLED=true
38
38
39
39
{% if EDXAPP_DATADOG_INFERRED_SERVICES_ENABLE %}
40
40
export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true
41
- # Temporary: Override django.cache span service tag to match IDA name.
42
- # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED
43
- # but it's not working due to a missing `schematize_service_name` call.
44
- # See https://github.com/edx/edx-arch-experiments/issues/737
45
- export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-${SERVICE_VARIANT} -workers
46
41
{% endif -%}
47
42
48
43
# We exec so that celery is the child of supervisor and can be managed properly
You can’t perform that action at this time.
0 commit comments