Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
22 KiB
RabbitMqCommon Monitoring
This section describes the types, names, and meanings of RabbitMqCommon metrics collected by APM.
Category |
Metric |
Name |
Description |
Unit |
Data Type |
Default Aggregation Mode |
---|---|---|---|---|---|---|
Exception (exception: exception statistics of RabbitMqCommon 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 |
|
Connection monitoring (connectionCount: APM counts connection statistics.) |
connectionCount |
connectionCount |
Current number of connections |
- |
INT |
LAST |
channelCount |
channelCount |
Current number of channels |
- |
INT |
LAST |
|
connectionCreated |
connectionCreated |
Number of connections that have been created |
- |
INT |
SUM |
|
connectionClosed |
connectionClosed |
Number of connections that have been destroyed |
- |
INT |
SUM |
|
channelCreated |
channelCreated |
Number of channels that have been created |
- |
INT |
SUM |
|
channelClosed |
channelClosed |
Number of channels that have been destroyed |
- |
INT |
SUM |
|
Total monitoring (total: APM counts connection statistics by connection.) |
connectionCount |
connectionCount |
Current number of connections |
- |
INT |
LAST |
channelCount |
channelCount |
Current number of channels |
- |
INT |
LAST |
|
connectionCreated |
connectionCreated |
Number of connections that have been created |
- |
INT |
SUM |
|
connectionClosed |
connectionClosed |
Number of connections that have been destroyed |
- |
INT |
SUM |
|
channelCreated |
channelCreated |
Number of channels that have been created |
- |
INT |
SUM |
|
channelClosed |
channelClosed |
Number of channels that have been destroyed |
- |
INT |
SUM |
|
RabbitMQ version (version) |
version |
version |
Version |
- |
STRING |
LAST |