From 8d24430039e1eb06cb8f571526f3e9b50ff7fbf1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:10:04 +0000 Subject: [PATCH 1/2] Initial plan From cc2938edf3b8e44e079ca8e2f520831ef13f686a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:13:38 +0000 Subject: [PATCH 2/2] Silence RabbitMQ management_metrics_collection deprecation warning --- rabbitmq.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rabbitmq.conf b/rabbitmq.conf index 4f292e4..4480651 100644 --- a/rabbitmq.conf +++ b/rabbitmq.conf @@ -1,2 +1,9 @@ log.console = true -log.console.level = warning \ No newline at end of file +log.console.level = warning + +# Disable the deprecated management metrics collector so RabbitMQ stops logging +# the `management_metrics_collection` deprecation warning on startup. The +# management UI (port 15672) still works for managing queues, exchanges and +# connections; only the built-in metric charts are disabled. +management_agent.disable_metrics_collector = true +deprecated_features.permit.management_metrics_collection = false \ No newline at end of file