Why Are My Services Affected After Connecting to the Agent During AOP Code Execution?
Cause: APM intercepts the runnable implementation class and adds two methods. However, no method name is checked during aspect oriented programming (AOP) interception. As a result, the two methods added by APM are intercepted.
Solution: You need to determine the name of the method to be intercepted and intercept only the run method of the runnable implementation class.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot