Skip to content

Commit 64dae8f

Browse files
author
jiayuhan-it
committed
Merge branch 'work/bypass-otel-env' into 'master'
pass oltp compression env See merge request xt_hadoop/hbox!32
2 parents a1015a5 + 0e50cba commit 64dae8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/libexec/hbox-common-env.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,13 @@ run-submit)
114114
}
115115

116116
__propagate_otel_env OTEL_JAVA_GLOBAL_AUTOCONFIGURE_ENABLED
117+
__propagate_otel_env OTEL_EXPORTER_OTLP_COMPRESSION
117118
__propagate_otel_env OTEL_EXPORTER_OTLP_ENDPOINT
118-
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
119119
__propagate_otel_env OTEL_EXPORTER_OTLP_PROTOCOL
120-
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
121120
__propagate_otel_env OTEL_EXPORTER_OTLP_TIMEOUT
121+
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_COMPRESSION
122+
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
123+
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
122124
__propagate_otel_env OTEL_EXPORTER_OTLP_TRACES_TIMEOUT
123125
__propagate_otel_env OTEL_METRICS_EXPORTER '' none
124126

0 commit comments

Comments
 (0)