Based on bytecode enhancement and plugin design to provide tracing, metrics and logging features.
Only after the plugin of the Agent is enabled, the monitoring indicator data can be output to the third-party APM for display.
APM is an acronym for Application Performance Monitoring.
Focusing on the performance diagnosis of distributed systems, its main functions include call chain display, application topology analysis, etc.
Tracing data between distributed services or internal processes will be collected by agent. It will then be sent to third-party APM systems.
System statistical indicators are collected through probes for display by third-party applications.
The log can be easily expanded through the agent to provide more information for analyzing the system running status.