File tree 3 files changed +3
-0
lines changed
playbooks/roles/edxapp/templates/edx/app/edxapp
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export DD_DJANGO_USE_HANDLER_RESOURCE_FORMAT=true
13
13
export DD_GIT_COMMIT_SHA=" {{ app_version }}"
14
14
export DD_GIT_REPOSITORY_URL=" {{ EDXAPP_REPOSITORY_GIT_URL }}"
15
15
export DD_LOGS_INJECTION=true
16
+ export DD_SERVICE=" edx-edxapp-cms"
16
17
# Copied from edx_django_service playbook for consistency; Datadog
17
18
# trace debug logging issue doesn't actually affect edxapp for some
18
19
# reason.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export DD_DJANGO_USE_HANDLER_RESOURCE_FORMAT=true
13
13
export DD_GIT_COMMIT_SHA=" {{ app_version }}"
14
14
export DD_GIT_REPOSITORY_URL=" {{ EDXAPP_REPOSITORY_GIT_URL }}"
15
15
export DD_LOGS_INJECTION=true
16
+ export DD_SERVICE=" edx-edxapp-lms"
16
17
# Copied from edx_django_service playbook for consistency; Datadog
17
18
# trace debug logging issue doesn't actually affect edxapp for some
18
19
# reason.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export DD_DJANGO_USE_LEGACY_RESOURCE_FORMAT=true
13
13
export DD_GIT_COMMIT_SHA=" {{ app_version }}"
14
14
export DD_GIT_REPOSITORY_URL=" {{ EDXAPP_REPOSITORY_GIT_URL }}"
15
15
export DD_LOGS_INJECTION=true
16
+ export DD_SERVICE=" edx-edxapp-${SERVICE_VARIANT} -workers"
16
17
# Copied from edx_django_service playbook for consistency; Datadog
17
18
# trace debug logging issue doesn't actually affect edxapp for some
18
19
# reason.
You can’t perform that action at this time.
0 commit comments