[Bug] I found an error while using the skywalking agent and a custom Java agent #13033
-
Search before asking
Apache SkyWalking ComponentOAP server (apache/skywalking) What happenedMy application logback configuration:
What you expected to happenIt should be normal without any errors, and when I access my application interface, the interface will report that the traceId corresponding to skywalking is set to the requestId in ResponseMessage How to reproduceThe command I executed is as follows Anything elseCustomize agent code:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 26 replies
-
At least pick latest skywalking, 8.7 is a very old version, years ago. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I want to see the corresponding traceId in the MQ consumer, but in actual testing, it is not available. Is there any other way? My code configuration is all here |
Beta Was this translation helpful? Give feedback.
I solved the problem by adding only a few lines of code. Thank you for your help