-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Metricbeat] RabbitMQ module - not working with version 3.10 #33439
Comments
+1 for this. These metrics have been removed from rabbitmq in |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Hi! We're labeling this issue as |
👍🏻 |
Any updates on this? I am currently seeing the same thing with RabitMQ 3.11 while using the latest Metricbeat version v7.17.18 |
Hello, |
This issue has been fixed in the latest Metricbeat version v8.15.0, and we no longer get the error mentioned above. |
Metricbeat can not collect event.dataset "rabbitmq.node" for RabbitMQ v3.10.
Metricbeat returns error.message:
Using curl request (don't forget to change hostname to real hostname)
curl -u guest -X GET http://localhost:15672/api/nodes/rabbit@hostname | jq '.|keys'
we get all metric keys
As you can see 3 metrics are missing:
Cause of this issue event.dataset "rabbitmq.node" doesn't return any metrics at all.
According to rabbitmq/rabbitmq-server#4431 metrics were deleted cause been proven irrelevant.
There is a PR for RabbitMQ where some disk metrics were made optional #6887 may be this ones should be too.
The text was updated successfully, but these errors were encountered: