You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/AwsXrayPropagator.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -90,14 +90,14 @@ public <C> void inject(Context context, @Nullable C carrier, Setter<C> setter) {
Copy file name to clipboardExpand all lines: extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/B3PropagatorInjectorMultipleHeaders.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ public <C> void inject(Context context, C carrier, TextMapPropagator.Setter<C> s
Copy file name to clipboardExpand all lines: extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/B3PropagatorInjectorSingleHeader.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ public <C> void inject(Context context, C carrier, TextMapPropagator.Setter<C> s
Copy file name to clipboardExpand all lines: extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/JaegerPropagator.java
Copy file name to clipboardExpand all lines: extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/OtTracerPropagator.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ public <C> void inject(Context context, C carrier, Setter<C> setter) {
64
64
// Lightstep trace id MUST be 64-bits therefore OpenTelemetry trace id is truncated to 64-bits
65
65
// by retaining least significant (right-most) bits.
0 commit comments