Users can choose to exclude specific classes, methods or application packages from being instrumented by the Java agent. To exclude packages from being instrumented, implement the following steps:
exclude.packages= <packages name>
Example:
exclude.packages=com.manageengine.apminsight.*, com.manageengine.agent.*
Note: This feature is available from Java agent Version 3.7.0 onwards.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development