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
Right now, SpanContextState::flags() is crate-private, making it impossible to retrieve the flags (e.g. for serialization to another service). It would be nice for it to be public instead; I'm having to use opentelemetry-jaeger instead in the meantime.
The text was updated successfully, but these errors were encountered:
Right now,
SpanContextState::flags()
is crate-private, making it impossible to retrieve the flags (e.g. for serialization to another service). It would be nice for it to be public instead; I'm having to useopentelemetry-jaeger
instead in the meantime.The text was updated successfully, but these errors were encountered: