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

[Metricbeat] RabbitMQ cluster - node metrics reported multiple times (duplicates) #6556

Closed
Constantin07 opened this issue Mar 15, 2018 · 2 comments

Comments

@Constantin07
Copy link

For a RabbitMQ cluster, metricbeat sends 3 beats for each node instead of just one thus triplicating the number of metrics which is unnecessary.

The issue in details is described here

  • Version: 6.2.2
  • Operating System: Linux Ubuntu 16.04
  • Steps to Reproduce: Install metricbeat on all nodes of RabbitMQ cluster and check the records in Elasticsearch.
@Constantin07
Copy link
Author

Constantin07 commented Mar 15, 2018

looks like API does support per node stats via /api/nodes/name https://pulse.mozilla.org/api/
and the node name can be deducted from /api/overview

@ruflin
Copy link
Contributor

ruflin commented Mar 16, 2018

Thanks for opening the issue. As quick summary of the issue: With each API request to the nodes API each node exposes all stats for the other nodes too. This means there are in the end n*n events if n nodes are monitored. By default only the information for the connected node should be returned.

@Constantin07 Constantin07 changed the title RabbitMQ cluster - node metrics reported multiple times (duplicates) [Metricbeat] RabbitMQ cluster - node metrics reported multiple times (duplicates) Mar 21, 2018
@jsoriano jsoriano self-assigned this Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants