Replies: 1 comment 3 replies
-
There is no such metric. There would have to be one such metric per Ra system (a RabbitMQ subsystem that uses Raft). @mkuratczyk this is roughly in the domain of some of your recent work :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.1.0
Erlang version used
27.3.x
Operating system (distribution) used
Kubernetes
How is RabbitMQ deployed?
Community Docker image
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
general question
Steps to reproduce the behavior in question
general question
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code
# PASTE CODE HERE, BETWEEN BACKTICKS
Kubernetes deployment file
What problem are you trying to solve?
I would like to monitor the message queue associated with the ra_log_wal process. In the past, I've observed that the size of this message queue tends to grow for this particular process, which can negatively impact the broker's performance and the consumption of messages due to the underlying storage limitations. To address this, I want to track the queue's status using a metric. However, I haven't been able to find any existing metric that specifically monitors the message queue for this process.
Is there an alternative approach I can implement in Grafana to monitor this queue effectively? While the message queue can be observed using the rabbitmq-diagnostics observer tool, this method isn't suitable for my specific use case.
Beta Was this translation helpful? Give feedback.
All reactions