Skip to content

Delayed messages reported on metric rabbitmq_global_messages_unroutable_dropped_total #321

@mdmourao

Description

@mdmourao

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.

Image

Describe the solution you'd like

I would expect this to not be count on the metric: rabbitmq_global_messages_unroutable_dropped_total

Image

Describe alternatives you've considered

Create a new metric to count delayed messages

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions