Replies: 1 comment 4 replies
-
That method is reading trace ID from the current context. Removing the undertow plugin or not is irrelevant to your question. I am not sure why you thought it is. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In SpringBoot, When undertow is used to replace tomcat and we remove undertow plugin.
Currently we use this method (org.apache.skywalking.apm.toolkit.trace.TraceContext.traceId()) to get tradeId to integrate logtube.
But we got 'N/A' instead of normal tradeId in log.
So, how can we get the correct tradeId.
Beta Was this translation helpful? Give feedback.
All reactions