-
Notifications
You must be signed in to change notification settings - Fork 196
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
missing queue_max_length metric (policy limits) #238
Comments
HI @devops-verci, The configuration looks ok. I suspect you have all the other queue metrics (like You should see the limits inside rabbitmq management interface per queue. If the limits are visible there, they should be included in the metrics. You can check the api yourself (
|
ive checked our rabbitmq, it looks like this:
so we have max-length, but format not same as yours... |
Interesting. Which rabbitMQ version is it? |
|
@devops-verci Thank you for the information. |
Hi, @devops-verci can you please verify the latest version. It should provide the limits you are looking for. |
thank you so much, metrics appeared. |
hello
iam using this config:
{ "rabbit_url": "http://127.0.0.1:15672", "rabbit_user": "exporter", "rabbit_pass": "exporter", "publish_port": "9419", "publish_addr": "", "output_format": "TTY", "insecure_skip_verify": true, "exlude_metrics": [], "include_queues": ".*", "skip_queues": "^$", "skip_vhost": "^$", "include_vhost": ".*", "rabbit_capabilities": "no_sort,bert", "enabled_exporters": [ "exchange", "node", "overview", "queue", "cluster" ], "timeout": 30, "max_queues": 0 }
and there is no queue_max_length metric.. why is that?
thank you
The text was updated successfully, but these errors were encountered: