pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.31k stars 3.75k forks source link

Question about javaagent and attach #9044

Open lobsterHe opened 2 years ago

lobsterHe commented 2 years ago

What is the reason not to use the attach implementation. Using attach, the user can access the agent without perception.

emeroad commented 2 years ago

Because the pinpoint agent actively uses the redefinition of the class, dynamic attach is not recommended.