No per-exchange publishing rates for MQTT-originated messages in RabbitMQ Management #8515
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@johanrhodin Did you solve that? Maybe this should be converted into an issue as it may be blocking to upgrade a RabbitMQ cluster. |
Beta Was this translation helpful? Give feedback.
-
This is expected. All management UI metrics that are tied to channels are no longer emitted by the MQTT implementation. Per-exchange ingress rate is one of those metrics. There are other metrics, such as per-connection rates, that are still available and should be exposed via the Prometheus scraping endpoint. |
Beta Was this translation helpful? Give feedback.
-
Release notes now feature the following under the ### MQTT Client Metrics
Some metrics displayed by the management UI are no longer available for MQTT clients.
They are computed for AMQP 0-9-1 channels, which MQTT plugin no longer uses. They may be
reintroduced in future releases when more protocol implementations (e.g. AMQP 1.0) are
refactored the same way the MQTT plugin was for this release.
Connection-level metrics such as ingress and egress data flows are still available,
and so are the metrics of queues used by MQTT subscribers. |
Beta Was this translation helpful? Give feedback.
Release notes now feature the following under the
Compatibility
section:### MQTT Client Metrics Some metrics displayed by the management UI are no longer available for MQTT clients. They are computed for AMQP 0-9-1 channels, which MQTT plugin no longer uses. They may be reintroduced in future releases when more protocol implementations (e.g. AMQP 1.0) are refactored the same way the MQTT plugin was for this release. Connection-level metrics such as ingress and egress data flows are still available, and so are the metrics of queues used by MQTT subscribers.