PahoPublisher Monitoring¶
This section describes the types, names, and meanings of PahoPublisher metrics collected by APM.
Category | Metric | Name | Description | Unit | Data Type | Default Aggregation Mode |
---|---|---|---|---|---|---|
Monitoring of PUBLISH packets sent by PahoPublisher (message) | uri | uri | URI of the MQTT server connected to PahoPublisher |
| ENUM | LAST |
msgType | msgType | Type of the packet that is sent |
| ENUM | LAST | |
concurrentMax | concurrentMax | Maximum concurrency |
| INT | MAX | |
errorCount | errorCount | Number of errors |
| INT | SUM | |
errorTraceId | errorTraceId | ID of the trace that encounters an error in a collection period |
| STRING | LAST | |
slowTraceId | slowTraceId | ID of the slowest trace in a collection period |
| STRING | LAST | |
invokeCount | invokeCount | Number of calls |
| INT | SUM | |
lastError | lastError | Error message |
| STRING | LAST | |
maxTime | maxTime | Maximum response time |
| INT | MAX | |
totalTime | totalTime | Total response time |
| INT | SUM | |
range1 | range1 | Number of requests with 0-10 ms response time |
| INT | SUM | |
range2 | range2 | Number of requests with 10-100 ms response time |
| INT | SUM | |
range3 | range3 | Number of requests with 100-500 ms response time |
| INT | SUM | |
range4 | range4 | Number of requests with 500-1000 ms response time |
| INT | SUM | |
range5 | range5 | Number of requests with 1-10s response time |
| INT | SUM | |
range6 | range6 | Number of requests with response time longer than 10s |
| INT | SUM | |
Node-based monitoring of PUBLISH packets sent by PahoPublisher (uriMessage) | uri | uri | URI of the MQTT server connected to PahoPublisher |
| ENUM | LAST |
errorCount | errorCount | Number of errors |
| INT | SUM | |
invokeCount | invokeCount | Number of calls |
| INT | SUM | |
totalTime | totalTime | Total response time |
| INT | SUM | |
Exception (exception: exception statistics of PahoPublisher calls) | exceptionType | exceptionType | Exception type |
| ENUM | LAST |
causeType | causeType | Exception class |
| ENUM | LAST | |
count | count | Number of times the exception has occurred |
| INT | SUM | |
message | message | Message returned when the exception occurred |
| STRING | LAST | |
stackTrace | stackTrace | Exception stack information |
| CLOB | LAST | |
PahoPublisher monitoring by topic (clientPublish) | clientId | clientId | clientId |
| ENUM | LAST |
topic | topic | Topic |
| ENUM | LAST | |
msgSentCount | msgSentCount | Number of message sending times |
| INT | SUM | |
bytesSent | bytesSent | Number of bytes sent |
| INT | SUM | |
PahoPublisher version (version) | version | version | Version |
| STRING | LAST |
PahoPublisher topic summary (total) | msgSentCount | msgSentCount | Total number of message sending times |
| INT | SUM |
bytesSent | bytesSent | Total number of bytes sent |
| INT | SUM |