how to create a new span based on a trace id? #4668
Unanswered
magicliang
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey @magicliang , |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a producer-consumer architecture which uses an internal mq to pass messages.
We can add trace id (or, so-called parent trace id)to the message content or header in producer side, but how can we create a span from scratch based on that id, so a tracing context is propagated?
Beta Was this translation helpful? Give feedback.
All reactions