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
Extend the accept_distributed_trace_headers and distributed_trace_headers functions to enable passing the Distributed Tracing payload beyond the HTTP context, for cases like grpc or message queues.
Right now these are internal functions, but to make them "public" they should adopt _payload naming instead of _headers.
The text was updated successfully, but these errors were encountered:
Extend the
accept_distributed_trace_headers
anddistributed_trace_headers
functions to enable passing the Distributed Tracing payload beyond the HTTP context, for cases likegrpc
or message queues.Right now these are internal functions, but to make them "public" they should adopt
_payload
naming instead of_headers
.The text was updated successfully, but these errors were encountered: