elixir_agent
elixir_agent copied to clipboard
Enable using Distributed Tracing payload beyond HTTP
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
.