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
@walterking good catch! Yes the header is called *_parent_id but of course it should be related to the current span.span_id (since that one will be the parent of the other service root span).
I dont use faraday, but shouldn't
https://github.com/DataDog/dd-trace-rb/blob/master/lib/ddtrace/contrib/faraday/middleware.rb#L59
be
Ext::DistributedTracing::HTTP_HEADER_PARENT_ID => span.span_id
like http/patcher.rb?
The text was updated successfully, but these errors were encountered: