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
Propagate opentelemetry spans across remote connections.
The current span context is extracted and serialized with the message,
and deserialized in read_request_raw() and saved in thread local
storage. The generated RemoteService now creates a new span based on
the message variant name, and sets the new span's parent to the
extracted context.
0 commit comments