wu-sheng commented on issue #4949: URL: https://github.com/apache/skywalking/issues/4949#issuecomment-697648756
Could you try this agent.is_cache_enhanced_class | If true, SkyWalking agent will cache all instrumented classes files to memory or disk files (decided by class cache mode), allow another java agent to enhance those classes that enhanced by SkyWalking agent. To use so -- | -- at this doc, https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/README.md This could help on keeping the agent only manipulate codes once. But if they did more tricky things in classloader level, we need to know what they are. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
