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
We're currently tagging outbound requests with a trace/span id. I wonder if we can configure a zipkin url and post json of the client-side of the trace?
The text was updated successfully, but these errors were encountered:
In the current code, before we send a request, we add the trace id, like X-B3-TraceId: 9d30188d40a191d3. Let's say we started a stopwatch at the same time. If we added a hook after receiving the response, we could post the following to zipkin /api/v1/spans
We're currently tagging outbound requests with a trace/span id. I wonder if we can configure a zipkin url and post json of the client-side of the trace?
The text was updated successfully, but these errors were encountered: