doc-exports/docs/apm/umn/apm_01_0063.html
Li, Qiao 01222743d0 APM2.0 UMN 20230825 version
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>
2024-06-18 07:09:10 +00:00

22 KiB

RabbitMqCommon Monitoring

This section describes the types, names, and meanings of RabbitMqCommon metrics collected by APM.

Table 1 RabbitMqCommon metrics

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