Propogate a span across micro services #5231
Unanswered
asadcompro11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I want to start a span for a trace in one service and then, without closing the span, navigate to a second service (used window.location.href for navigation). In the second service, I want to resume the existing span and close it there, rather than creating a child span. While I know how to propagate a trace across services using the traceparent, I want to know if it is possible to propagate a span as well.
Beta Was this translation helpful? Give feedback.
All reactions