In the cloud era, applications in the microservice architecture are increasingly diversified, bringing many application exceptions. Application O&M faces the following challenges:
Application Performance Management (APM) helps O&M personnel quickly identify application performance bottlenecks and locate root causes of faults, ensuring user experience.
You only need to install Agents for applications so that APM can monitor them in an all-round manner. APM can quickly locate error APIs and slow APIs, reproduce calling parameters, and detect system bottlenecks, facilitating online diagnosis. Currently, APM supports Java applications. The following table lists the application monitoring capabilities of APM.
APM is short for Application Performance Management. apm2 is the registered endpoint address.
Capability |
Description |
---|---|
Non-intrusive collection of application performance data |
You do not need to modify application code. Instead, you only need to deploy an APM Agent package and modify application startup parameters to monitor applications. |
Application metric monitoring |
APM automatically monitors application metrics, such as JVM, JavaMethod, URL, Exception, Tomcat, HttpClient, MySQL, Redis, and Kafka. |
Application topology |
APM automatically generates call relationships between distributed applications based on dynamic analysis and intelligent computing of remote procedure call (RPC) information. |
Tracing |
After multiple applications are connected to APM, APM automatically samples requests, and collects the call relationships between services and the health status of intermediate calls for automatic tracing. |
Metric drill-down analysis |
APM enables you to drill down and analyze metrics such as application response time, number of requests, and error rate, and view metrics by application, component, environment, database, middleware, or other dimensions. |
Error or slow URL tracing |
APM identifies error or slow URLs based on URL tracing, and automatically associates them with corresponding APIs, such as SQL and MQ APIs. |
Connects to applications without having to modify code, and collects data in a non-intrusive mode.
Delivers high throughput (hundreds of millions of API calls), ensuring premium experience.
Provides open APIs to query O&M data, offers collection standards, and supports independent development.
Reports alarms using Artificial Intelligence (AI) threshold detection and machine learning based on historical baseline data, and supports root cause analysis.