Skip to content

Commit 709463e

Browse files
Merge pull request #164 from edx/nadeem/set_dd_service_env
chore: set environment variable for the DD service
2 parents fc42173 + d51cb60 commit 709463e

File tree

1 file changed

+1
-0
lines changed
  • playbooks/roles/edx_django_service/templates/edx/app/app

1 file changed

+1
-0
lines changed

playbooks/roles/edx_django_service/templates/edx/app/app/app.sh.j2

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export DD_TRACE_LOG_STREAM_HANDLER=false
3737
export DD_GIT_COMMIT_SHA="{{ app_version }}"
3838
export DD_GIT_REPOSITORY_URL="{{ edx_django_service_repository_git_url }}"
3939
export DD_LOGS_INJECTION=true
40+
export DD_SERVICE="{{ edx_django_datadog_service }}"
4041
{% endif -%}
4142

4243
export EDX_REST_API_CLIENT_NAME="{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-{{ edx_django_service_name }}"

0 commit comments

Comments
 (0)