How can I get traceId except use MDC in log when use auto instrumentation #4531
Unanswered
jack161641
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @jack161641 - you should be able to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I get the traceid because I want to put it in the return message body with the traceid when use auto instrumentation
I try use MDC.get("span_id"),but I get null value,But I can see traceId in the log
Beta Was this translation helpful? Give feedback.
All reactions