Skip to content

Commit 90aa4de

Browse files
committed
Update shared.bash
1 parent 6e342f4 commit 90aa4de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/shared.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ function run_docker_compose() {
305305
echo "DEBUG: TRACEPARENT: ${TRACEPARENT:-NOT SET}"
306306

307307
(
308-
export OTEL_SDK_DISABLED=true
309-
export OTEL_TRACES_EXPORTER=none
308+
export COMPOSE_EXPERIMENTAL_OTEL=0
310309
plugin_prompt_and_run "${command[@]}" "$@"
311310
)
312311
else

0 commit comments

Comments
 (0)