diff --git a/playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2 b/playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2 index 92d769a4170..b85021300ff 100644 --- a/playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2 +++ b/playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2 @@ -35,7 +35,7 @@ export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true # Temporary: Override django.cache span service tag to match IDA name. # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED # but it's not working due to a missing `schematize_service_name` call. -# See https://help.datadoghq.com/hc/en-us/requests/1958899 +# See https://github.com/edx/edx-arch-experiments/issues/737 export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-cms {% endif -%} diff --git a/playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2 b/playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2 index a53de48c249..fc8e295cb59 100644 --- a/playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2 +++ b/playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2 @@ -36,7 +36,7 @@ export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true # Temporary: Override django.cache span service tag to match IDA name. # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED # but it's not working due to a missing `schematize_service_name` call. -# See https://help.datadoghq.com/hc/en-us/requests/1958899 +# See https://github.com/edx/edx-arch-experiments/issues/737 export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-lms {% endif -%} diff --git a/playbooks/roles/edxapp/templates/edx/app/edxapp/worker.sh.j2 b/playbooks/roles/edxapp/templates/edx/app/edxapp/worker.sh.j2 index 96670b06be4..457c0120445 100644 --- a/playbooks/roles/edxapp/templates/edx/app/edxapp/worker.sh.j2 +++ b/playbooks/roles/edxapp/templates/edx/app/edxapp/worker.sh.j2 @@ -33,7 +33,7 @@ export DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED=true # Temporary: Override django.cache span service tag to match IDA name. # This *should* be done by DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED # but it's not working due to a missing `schematize_service_name` call. -# See https://help.datadoghq.com/hc/en-us/requests/1958899 +# See https://github.com/edx/edx-arch-experiments/issues/737 export DD_DJANGO_CACHE_SERVICE_NAME=edx-edxapp-${SERVICE_VARIANT}-workers {% endif -%}