Skip to content

Commit

Permalink
Merge pull request #21 from edx/nadeem/fix-worker-apm-tags
Browse files Browse the repository at this point in the history
fix: edxapp worker APM tags
  • Loading branch information
nadeemshahzad committed May 29, 2024
2 parents fcd26cf + 805b874 commit 19a6abf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

{% if EDXAPP_DATADOG_ENABLE %}
{% set executable = edxapp_venv_bin + '/ddtrace-run ' + executable %}
export DD_TAGS="service:edx-edxapp-workers-${SERVICE_VARIANT} queue:${QUEUE_NAME} version:{{ app_version }}"
export DD_TAGS="service:edx-edxapp-${SERVICE_VARIANT}-workers queue:${QUEUE_NAME} version:{{ app_version }}"
export DD_DJANGO_USE_LEGACY_RESOURCE_FORMAT=true
# Copied from edx_django_service playbook for consistency; Datadog
# trace debug logging issue doesn't actually affect edxapp for some
Expand Down

0 comments on commit 19a6abf

Please sign in to comment.