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

RabbitMQ broker deprecating the metrics collection via management plugin #930

Open
DavidBoike opened this issue Jan 2, 2025 · 0 comments

Comments

@DavidBoike
Copy link
Member

DavidBoike commented Jan 2, 2025

Describe the suggested improvement

RabbitMQ broker has deprecated management_metrics_collection which is responsible for providing queue length data (and other dynamic queue-related metrics). It has been deprecated since 2021 but it has been largely ignored by the community until a warning message started to pop up in the log files.

2024-03-13 19:04:00.669077+00:00 [warning] <0.745.0> By default, this feature can still be used for now.
2024-03-13 19:04:00.669077+00:00 [warning] <0.745.0> Its use will not be permitted by default in a future minor RabbitMQ version and the feature will be removed from a future major RabbitMQ version; actual versions to be determined.

The recommended approach by the RabbitMQ team is to use Prometheus Plugin and use Prometheus to get the queue length and other information.

Additional Context

The change is going to affect the queue length and throughput monitoring.

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

1 participant