potiuk commented on a change in pull request #20847:
URL: https://github.com/apache/airflow/pull/20847#discussion_r792794576



##########
File path: scripts/in_container/bin/run_tmux
##########
@@ -53,24 +53,28 @@ tmux set mouse on
 tmux rename-window -t 0 'Main'
 tmux send-keys -t 'Main' 'bash' C-m 'clear' C-m
 
+
+COMMAND_PREFIX=""
+COMMAND_SUFFIX=""
+if [[ " ${INTEGRATIONS[*]} " =~ " jaegger " ]]; then
+    COMMAND_PREFIX="opentelemetry-instrument"
+    COMMAND_SUFFIX="--opentelemetry"
+fi
+
 tmux split-window -v
 tmux select-pane -t 1
-tmux send-keys '${COMMAND_PREFIX} airflow scheduler' C-m
+tmux send-keys '${COMMAND_PREFIX} airflow ${COMMAND_SUFFIX}' C-m

Review comment:
       I fixed it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to