How to set up trace id based on http header? #12915
Unanswered
JunchengXue
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 want to get trace id from http request header. The trace id in request header is manually generated random hex string
I know that there is one way like add
traceparent
into the http header. But this is not perfect since that the root span always have a not exist parent span. It always pop up one messageinvalid parent span id = xxxx
Beta Was this translation helpful? Give feedback.
All reactions