Is your feature request related to a problem? Please describe.
We have observed that when publishing messages to an exchange typed x-delayed-message, the RabbitMQ metrics increment the rabbitmq_global_messages_unroutable_dropped_total counter.
While I understand the internal mechanism of the plugin—the exchange receives the message, stores it in Mnesia, and technically does not "route" it to a queue immediately—this behavior has negative observability side effects.
The Problem In a production environment monitored by Grafana (or similar tools), this behavior triggers "Data Loss" or "Unroutable Message" alerts.
Describe the solution you'd like
I would expect this to not be count on the metric: rabbitmq_global_messages_unroutable_dropped_total
Describe alternatives you've considered
Create a new metric to count delayed messages
Additional context
No response