@@ -42,5 +42,5 @@ is_olp_enabled() ->
(_, _, Acc) -> Acc
end,
false,
- emqx_conf:get([zones], #{})
+ emqx_config:get([zones], #{})
).
@@ -0,0 +1,2 @@
+Enhanced broker metrics collection and export by adding new metrics for messages, overload protection, authorization, authentication,
+and improving naming consistency for OpenTelemetry.