Skip to content

Commit

Permalink
fixup! Link to public issue instead
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Dec 12, 2024
1 parent d51f5c2 commit 3341440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/templates/edx/app/edxapp/cms.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/templates/edx/app/edxapp/lms.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

Expand Down

0 comments on commit 3341440

Please sign in to comment.