CSEConsumer Cluster Monitoring
This section describes the types, names, and meanings of CSEConsumer cluster metrics collected by APM.
Parameter | Data Type | Application Type | Default | Supported Start Agent Version | Supported End Agent Version | Description |
---|---|---|---|---|---|---|
CSEConsumerMaxRows | integer | JAVA | 500 | 2.4.1 | - | Maximum number of CSEConsumer rows that can be collected. |
Category | Metric | Name | Description | Unit | Data Type | Default Aggregation Mode |
---|---|---|---|---|---|---|
CSEConsumer cluster monitoring (cluster: APM counts call statistics based on the ID of the cluster called by CSEConsumer.) | clusterId | Cluster ID | ID of the cluster where the called service is located | - | ENUM | LAST |
errorCount | Errors | Number of errors | - | INT | SUM | |
invokeCount | Calls | Number of times the cluster is called | - | INT | SUM | |
maxTime | Max. RT | Maximum response time for calling the cluster | ms | INT | MAX | |
totalTime | Total RT | Total response time for calling the cluster | ms | INT | SUM | |
CSEConsumer call details (detail: APM counts the call statistics based on the called URL.) | qualifiedName | Call URL | CSEConsumer call URL | - | ENUM | LAST |
method | HTTP Method | HTTP method for CSEConsumer calling | - | ENUM | LAST | |
concurrentMax | Max. Concurrency | Maximum number of concurrent CSEConsumer calls | - | INT | MAX | |
errorCount | Errors | Number of CSEConsumer call errors | - | INT | SUM | |
errorTraceId | Error Trace ID | ID of the error trace in a collection period | - | STRING | LAST | |
slowTraceId | Slowest Trace ID | ID of the slowest trace in a collection period | - | STRING | LAST | |
invokeCount | Calls | Number of CSEConsumer calls | - | INT | SUM | |
lastError | Error Message | Call error details | - | STRING | LAST | |
maxTime | Max. RT | Maximum response time for CSEConsumer calling | ms | INT | MAX | |
totalTime | Total RT | Total response time for CSEConsumer calling | ms | INT | SUM | |
range1 | 0–10 ms | Number of requests with 0–10 ms response time | - | INT | SUM | |
range2 | 10–100 ms | Number of requests with 10–100 ms response time | - | INT | SUM | |
range3 | 100–500 ms | Number of requests with 100–500 ms response time | - | INT | SUM | |
range4 | 500–1000 ms | Number of requests with 500–1000 ms response time | - | INT | SUM | |
range5 | 1–10s | Number of requests with 1–10s response time | - | INT | SUM | |
range6 | > 10s | Number of requests with response time longer than 10s | - | INT | SUM | |
CSEConsumer summary (total: summary of CSEConsumer call statistics) | errorCount | Errors | Total number of CSEConsumer call errors | - | INT | SUM |
invokeCount | Calls | Total number of CSEConsumer calls | - | INT | SUM | |
totalTime | Total RT | Total response time for CSEConsumer calling | - | INT | SUM |