Skip to content

Commit e074cf0

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/shared.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ function run_docker_compose() {
303303
if [[ "$disable_otel_config" == "true" ]]; then
304304
echo "~~~ :no_entry_sign: Disabling docker-compose OTEL traces"
305305
echo "DEBUG: TRACEPARENT: ${TRACEPARENT:-NOT SET}"
306+
echo "DEBUG: OTEL_EXPORTER_OTLP_HEADERS: ${OTEL_EXPORTER_OTLP_HEADERS:-NOT SET}"
307+
echo "DEBUG: OTEL_EXPORTER_OTLP_PROTOCOL: ${OTEL_EXPORTER_OTLP_PROTOCOL:-NOT SET}"
306308

307309
(
308310
export COMPOSE_EXPERIMENTAL_OTEL=0

0 commit comments

Comments
 (0)