Skip to content

Commit a888f06

Browse files
committed
Update shared.bash
1 parent 513a60d commit a888f06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/shared.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ function run_docker_compose() {
325325
)
326326
else
327327
# Enable docker-compose OTEL tracing (requires explicit flag)
328+
echo "DEBUG: Enabling docker-compose OTEL tracing"
329+
echo "DEBUG: TRACEPARENT=${TRACEPARENT:-NOT SET}"
330+
echo "DEBUG: OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-NOT SET}"
331+
echo "DEBUG: OTEL_EXPORTER_OTLP_ENDPOINT=${OTEL_EXPORTER_OTLP_ENDPOINT:-NOT SET}"
332+
echo "DEBUG: COMPOSE_EXPERIMENTAL_OTEL will be set to 1"
328333
export COMPOSE_EXPERIMENTAL_OTEL=1
329334
plugin_prompt_and_run "${command[@]}" "$@"
330335
fi

0 commit comments

Comments
 (0)