-
Notifications
You must be signed in to change notification settings - Fork 13
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
message in queue for rabbitmw #5
Comments
@samratBasra can you provide more detail for your question? |
@akrzos yes. i have installed grafana for rabbitmq monitoring with this plugin. i am getting data for rabbitmq but i dont know how to see the message in queue for rabbitmq. |
Hi, I have the same problem. Everything works great except msg_count metric. It shows 0 for each queue. If you need any additional information please let me know. |
@tomaszwostal Try adjusting which vhost your collecting that data from. I am pretty sure the vhost configured in this plugin is set to '/' - https://github.com/akrzos/collectd-rabbitmq-monitoring/blob/master/collectd_rabbitmq_monitoring/__init__.py#L125 |
@akrzos I'm collecting data from '/'. I'm able to graph all metric except msg_count. When I use curl to get number of messages in queue I'm able to get the proper result.
|
Got it pyrabbit might have changed since requirements.txt doesn't lock the pyrabbit version down. |
@akrzos first of all thanks for writing this plugin. it works like charm. but i have one question that how can i see/monitor message in queue for rabbitmq.
The text was updated successfully, but these errors were encountered: