MQTT Statistics not being shown #12381
-
Community Support Policy
RabbitMQ version used4.0.0-rc.1 Erlang version used26.2.x Operating system (distribution) usedWindows 10 How is RabbitMQ deployed?Windows installer rabbitmq-diagnostics status outputN/A Logs from node 1 (with sensitive values edited out)N/A Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Steps to deploy RabbitMQ clusterN/A Steps to reproduce the behavior in question
Messages are being sent and received, but no statistics are being shown on the Overview page. Also, when looking at the Queue, no information is available... I believe this to be odd since I was uses to seeing information on these pages when using AMQP... Thoughts? advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to find advanced.config file location Application code# relevant messaging-related parts of your code go here Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is a dedicated documentation section in the MQTT guide. Some metrics are AMQP 0-9-1 specific and with native MQTT starting with 3.12, MQTT connections no longer rely on AMQP 0-9-1 and thus those metrics are never emitted. Use Prometheus and Grafana. They have been the recommended option for monitoring for years. |
Beta Was this translation helpful? Give feedback.
Thanks for the information. That was what I needed. I understand using Prometheus and Grafana for monitor, but it was always nice seeing the charts directly in RabbitMQ.