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
# Summary
This is to fix issue: #5642
The original logic skips copying TraceState when convert Spans between
OTel and OC.
This PR also updated the OTel TraceState to expose the Keys function for
the propagation purpose.
---------
Co-authored-by: Sam Xie <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The next release will require at least [Go 1.22].
20
20
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees. (#5629)
21
21
- Add `InstrumentationScope` field to `SpanStub` in `go.opentelemetry.io/otel/sdk/trace/tracetest`, as a replacement for the deprecated `InstrumentationLibrary`. (#5627)
22
22
- Zero value of `SimpleProcessor` in `go.opentelemetry.io/otel/sdk/log` no longer panics. (#5665)
23
+
- Add `Walk` function to `TraceState` in `go.opentelemetry.io/otel/trace` to iterate all the key-value pairs. (#5651)
24
+
- Bridge the trace state in `go.opentelemetry.io/otel/bridge/opencensus`. (#5651)
0 commit comments