Open tlperini opened 1 year ago
This is a known limitations of the MQTT plugin as of 3.12. We don't have an ETA for when certain metrics for MQTT connections might become available again. As plugins decouple of certain internal publishing mechanisms, they become invisible to the current metrics system.
Some more details in this discussion: https://github.com/rabbitmq/rabbitmq-server/discussions/8515
Describe the bug
After upgrading from RabbitMQ 3.11 to 3.12, we noticed that metrics such as
rabbitmq_queue_messages_published_total
,rabbitmq_channel_messages_delivered_total
,rabbitmq_channel_messages_delivered_ack_total
andrabbitmq_channel_messages_redelivered_total
are no longer available, but only for queues/messages received via the MQTT protocol. Messages received through the AMQP protocol are generating metrics properly.Our environment:
Reproduction steps
rabbitmq_queue_messages_published_total
metric for the specific queueExpected behavior
We need the same behavior we had before the upgrade (metrics).
Additional context
No response