Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: ddtrace path for xqwatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 17, 2024
1 parent 4183381 commit 4c8f68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}]
Expand Down

0 comments on commit 4c8f68a

Please sign in to comment.