Updated on 2023-05-06 GMT+08:00

RabbitMQ Metrics

Introduction

This section describes metrics reported by DMS for RabbitMQ to Cloud Eye as well as their namespaces and dimensions. You can use the Cloud Eye console to query the RabbitMQ metrics and alarms.

Namespace

SYS.DMS

Instance Metrics

Table 1 Instance metrics

Metric ID

Metric Name

Description

Value Range

Monitored Object

Monitoring Period (Raw Data)

connections

Connections

Number of connections in the RabbitMQ instance

Unit: count

≥ 0

RabbitMQ instance

1 minute

channels

Channels

Number of channels in the RabbitMQ instance

Unit: count

0–2047

RabbitMQ instance

1 minute

queues

Queues

Number of queues in the RabbitMQ instance

Unit: count

0–1200

RabbitMQ instance

1 minute

consumers

Consumers

Number of consumers in the RabbitMQ instance

Unit: count

0–1200

RabbitMQ instance

1 minute

messages_ready

Available Messages

Number of messages that can be retrieved in the RabbitMQ instance

Unit: count

0–10,000,000

RabbitMQ instance

1 minute

messages_unacknowledged

Unacked Messages

Number of messages that have been retrieved but not acknowledged in the RabbitMQ instance

Unit: count

0–10,000,000

RabbitMQ instance

1 minute

publish

Publish

Rate at which messages are created in the RabbitMQ instance

Unit: count/s

0–25,000

RabbitMQ instance

1 minute

deliver

Deliver (manual ack)

Rate at which messages are retrieved (and manually acknowledged) in a RabbitMQ instance

Unit: count/s

0–25,000

RabbitMQ instance

1 minute

deliver_no_ack

Deliver (auto ack)

Rate at which messages are retrieved (and automatically acknowledged) in a RabbitMQ instance.

Unit: count/s

0–50,000

RabbitMQ instance

1 minute

Node Metrics

Table 2 Node metrics

Metric ID

Metric Name

Description

Value Range

Monitored Object

Monitoring Period (Raw Data)

fd_used

File Handles

Number of file handles used by RabbitMQ in the node

Unit: count

0–65,535

RabbitMQ instance node

1 minute

socket_used

Socket Connections

Number of socket connections used by RabbitMQ in the node

Unit: count

0–50,000

RabbitMQ instance node

1 minute

proc_used

Erlang Processes

Number of Erlang processes used by RabbitMQ in the node

Unit: count

0–1,048,576

RabbitMQ instance node

1 minute

mem_used

Memory Usage

Memory usage of RabbitMQ in the node

Unit: byte

0–32,000,000,000

RabbitMQ instance node

1 minute

disk_free

Available Memory

Available memory of RabbitMQ in the node

Unit: byte

0–500,000,000,000

RabbitMQ instance node

1 minute

Queue Metrics

Table 3 Queue metrics

Metric ID

Metric Name

Description

Value Range

Monitored Object

Monitoring Period (Raw Data)

queue_messages_unacknowledged

Unacked Messages

Number of messages that have been retrieved but not acknowledged in the RabbitMQ queue

Unit: count

0–10,000,000

RabbitMQ instance queue

1 minute

queue_messages_ready

Available Messages

Number of messages that can be retrieved in the RabbitMQ queue

Unit: count

0–10,000,000

RabbitMQ instance queue

1 minute

Dimensions

Key

Value

rabbitmq_instance_id

RabbitMQ instance

rabbitmq_node

RabbitMQ instance node

rabbitmq_queue

RabbitMQ instance queue