rabbitmq_io_write_ops_total and rabbitmq_io_read_ops_total in environments that do not use classic queues #10874
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Quorum queues use a completely different storage "subsystem": the on in our Raft implementation. This also affects streams and Khepri. They are available as metrics in a separate Grafana dashboard. I'd not rely on RabbitMQ HTTP API metrics for something like disk I/O activity. Using infrastructure metrics is going to give you a more complete picture. |
Beta Was this translation helpful? Give feedback.
-
There are a few questions that need to be confirmed:
|
Beta Was this translation helpful? Give feedback.
Quorum queues use a completely different storage "subsystem": the on in our Raft implementation. This also affects streams and Khepri.
They are available as metrics in a separate Grafana dashboard.
I'd not rely on RabbitMQ HTTP API metrics for something like disk I/O activity. Using infrastructure metrics is going to give you a more complete picture.