-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Queue and Connection status metrics #91
Comments
Rabbit UI shows State column (Idle, Running, Blocked, Blocking, Flow, etc) for queues, connections and channels . Would be nice to have those values as a label either within an existing metric or as a separate metric. |
Queues |
Would be awesome to have queue status as a label! |
I've added two new metrics in v1.0 branch. Can you please check if the metrics queue_status and connection_status are usefull for you? |
@kbudde can you create a binary / how to create a binary? it's not on the release folder |
Hi, I've created now a pre-release: Inside are two new metrics: queue_status and connection_status. Both metrics are constant 1. The state is representing the queue/connection state (running, blocked, etc.). |
@kbudde |
@gaizeror did the status change in the meantime? |
ask a small question. (I am new here) |
@RicoToothless It is not possible. You can setup one exporter per rabbitmq #92 |
Queue and Connection status metrics would be really helpful while troubleshooting rabbitmq issues.
I have tried adding that feature but was not successful because I am new to golang.
Is that something already taken care or on the road map?
The text was updated successfully, but these errors were encountered: