We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc42173 + d51cb60 commit 709463eCopy full SHA for 709463e
playbooks/roles/edx_django_service/templates/edx/app/app/app.sh.j2
@@ -37,6 +37,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
37
export DD_GIT_COMMIT_SHA="{{ app_version }}"
38
export DD_GIT_REPOSITORY_URL="{{ edx_django_service_repository_git_url }}"
39
export DD_LOGS_INJECTION=true
40
+export DD_SERVICE="{{ edx_django_datadog_service }}"
41
{% endif -%}
42
43
export EDX_REST_API_CLIENT_NAME="{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-{{ edx_django_service_name }}"
0 commit comments