Skip to content
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

Support rabbitmq 3.13 #379

Closed
urusha opened this issue Mar 1, 2024 · 2 comments
Closed

Support rabbitmq 3.13 #379

urusha opened this issue Mar 1, 2024 · 2 comments

Comments

@urusha
Copy link

urusha commented Mar 1, 2024

Got this error with the new release of rabbitmq 3.13.
level=error msg="Error while retrieving data from rabbitHost" error="<nil>" host="http://127.0.0.1:15672/" statusCode=500
Per queue statistics, disk/mem alarms aren't available.

curl 127.0.0.1:9419/metrics -sS |grep ^rabbitmq | wc -l
rabbitmq_channels{cluster="rabbit@rabbit01"} 888
rabbitmq_connections{cluster="rabbit@rabbit01"} 914
rabbitmq_consumers{cluster="rabbit@rabbit01"} 383
rabbitmq_exchanges{cluster="rabbit@rabbit01"} 14
rabbitmq_exporter_build_info{branch="HEAD",builddate="2022-07-21T19:02:55Z",revision="40d9c32",version="1.0.0-RC19"} 1
rabbitmq_messages_deliver_no_ack_rate{cluster="rabbit@rabbit01"} 0
rabbitmq_messages_deliver_rate{cluster="rabbit@rabbit01"} 43016.8
rabbitmq_messages_publish_rate{cluster="rabbit@rabbit01"} 41365
rabbitmq_module_scrape_duration_seconds{cluster="rabbit@rabbit01",module="exchange",node="rabbit@rabbit01"} 0.002148014
rabbitmq_module_scrape_duration_seconds{cluster="rabbit@rabbit01",module="node",node="rabbit@rabbit01"} 0.029608825
rabbitmq_module_scrape_duration_seconds{cluster="rabbit@rabbit01",module="overview",node="rabbit@rabbit01"} 0.012937009
rabbitmq_module_scrape_duration_seconds{cluster="rabbit@rabbit01",module="queue",node="rabbit@rabbit01"} 0.104810606
rabbitmq_module_up{cluster="rabbit@rabbit01",module="exchange",node="rabbit@rabbit01"} 0
rabbitmq_module_up{cluster="rabbit@rabbit01",module="node",node="rabbit@rabbit01"} 0
rabbitmq_module_up{cluster="rabbit@rabbit01",module="overview",node="rabbit@rabbit01"} 1
rabbitmq_module_up{cluster="rabbit@rabbit01",module="queue",node="rabbit@rabbit01"} 0
rabbitmq_queue_messages_global{cluster="rabbit@rabbit01"} 2.9826334e+07
rabbitmq_queue_messages_ready_global{cluster="rabbit@rabbit01"} 2.9602714e+07
rabbitmq_queue_messages_unacknowledged_global{cluster="rabbit@rabbit01"} 223620
rabbitmq_queues{cluster="rabbit@rabbit01"} 114
rabbitmq_up{cluster="rabbit@rabbit01",node="rabbit@rabbit01"} 0
rabbitmq_version_info{cluster="rabbit@rabbit01",erlang="26.2.2",node="rabbit@rabbit01",rabbitmq="3.13.0"} 1
@pezzak
Copy link

pezzak commented Mar 5, 2024

Try to run exporter with RABBIT_CAPABILITIES=bert (without no_sort)

@urusha
Copy link
Author

urusha commented Mar 5, 2024

Try to run exporter with RABBIT_CAPABILITIES=bert (without no_sort)

That works, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants