RabbitMQ Metrics
Metric Name | Type | Components | Purpose |
---|---|---|---|
rabbitmq_queue_messages | Counter | Sum of ready and unacknowledged messages (queue depth). | |
rabbitmq_queues | Counter | RabbitMQ Queues count. | |
erlang_vm_statistics_bytes_received_total | Counter | The total number of bytes received through RabbitMQ ports. | |
erlang_vm_statistics_bytes_output_total | Counter | The total number of bytes output through RabbitMQ ports. |
Updated 3 days ago