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
SpanKind and Links cannot be translated with the shim. OpenCensus Tracer.start_span()only accepts span name, while OTel only allows setting those properties in start_span(); there is no way to set them after the fact with a pure API bridge.
Meanwhile, OTel achieves this (correctly) by just using ContextVar.reset(token).
Instead, I think it will be more compatible to just continue using the OC RuntimeContext as is
and just mirror the parts we are interested in bridging into the OTel context.
Implement the OpenCensus trace shim.
Tasks:
Tracer
API Add OpenCensus trace bridge/shim #3210The text was updated successfully, but these errors were encountered: