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
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
If you're using Koa, for example, what I would do is add a middleware that takes the X-B3-TraceId from the original incoming request, and assign it onto the context, so the rest of the flow can use that as comfortably.
Is there a way to get the traceId which is propagated to Zipkin.
I want to log the traceId in log file during my logging so as to search the logs later.
The text was updated successfully, but these errors were encountered: