From 4c8f68a543553ee99f4cf3f0992f8043db8f0978 Mon Sep 17 00:00:00 2001 From: nadeemshahzad Date: Wed, 17 Apr 2024 15:38:05 +0500 Subject: [PATCH] fix: ddtrace path for xqwatcher --- .../templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 b/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 index 7fbe734dfa4..9c51b9225fa 100644 --- a/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 +++ b/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 @@ -9,7 +9,7 @@ {% set executable = xqwatcher_venv_dir + '/bin/python' %} {% endif %} {% if COMMON_ENABLE_DATADOG and COMMON_ENABLE_DATADOG_APP %} -{% set executable = xqwatcher_venv_dir + '/ddtrace-run ' + executable %} +{% set executable = xqwatcher_venv_dir + '/bin/ddtrace-run ' + executable %} {% endif -%} [program:{{ xqwatcher_service_name }}]