File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,16 @@ RabbitMQ 3.12.0 will require **all** feature flags from the 3.11.x release serie
89
89
90
90
If the feature flags are not enabled, RabbitMQ 3.12 and later nodes will refuse to start.
91
91
92
+ ### MQTT Client Metrics
93
+
94
+ Some metrics displayed by the management UI are no longer available for MQTT clients.
95
+ They are computed for AMQP 0-9-1 channels, which MQTT plugin no longer uses. They may be
96
+ reintroduced in future releases when more protocol implementations (e.g. AMQP 1.0) are
97
+ refactored the same way the MQTT plugin was for this release.
98
+
99
+ Connection-level metrics such as ingress and egress data flows are still available,
100
+ and so are the metrics of queues used by MQTT subscribers.
101
+
92
102
### Minimum Supported Erlang Version
93
103
94
104
Starting with this release, RabbitMQ requires Erlang 25.0 or later versions. Nodes ** will fail to start**
You can’t perform that action at this time.
0 commit comments