liuhaolong10 commented on issue #13720: URL: https://github.com/apache/skywalking/issues/13720#issuecomment-3983302469
After troubleshooting, I found that the old RabbitMQ instrumentation is executed in a dedicated thread pool for RabbitMQ message processing, which is not the same thread where the consumer runs the real business logic. Because of this, the old instrumentation can only capture that a message was consumed, but cannot continue tracing the subsequent business traces such as database or Redis operations. In my opinion, this old instrumentation is no longer meaningful. I suggest removing the old instrumentation code and its related unit tests, and replacing them with the new instrumentation logic I have implemented. I have already written the unit tests for the new instrumentation. Since I have not maintained the SkyWalking Java agent before, I would appreciate it if you could review the code I will submit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
