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
For a lot of my organization's APIs, we add important information in the request headers of our API calls
Given our use of Envoy-- it does not look like there is functionality to propagate header metadata into span attributes, I am hoping we can have a similar functionality to DD_TRACE_HEADER_TAGS as seen in Datadog's .Net tracer
or in Java to propagate these important header arguments into our span attributes for troubleshooting purposes
The text was updated successfully, but these errors were encountered:
Envoy's Datadog integration is currently frozen, so even if we implemented DD_TRACE_HEADER_TAGS in this library, it wouldn't make it upstream to Envoy for quite a while.
For a lot of my organization's APIs, we add important information in the request headers of our API calls
Given our use of Envoy-- it does not look like there is functionality to propagate header metadata into span attributes, I am hoping we can have a similar functionality to
DD_TRACE_HEADER_TAGS
as seen in Datadog's .Net traceror in Java to propagate these important header arguments into our span attributes for troubleshooting purposes
The text was updated successfully, but these errors were encountered: