chore: add changelog for 11497

This commit is contained in:
zhongwencool 2023-08-23 15:30:18 +08:00
parent 6bb15541c7
commit d287b736ec
2 changed files with 3 additions and 1 deletions

View File

@ -42,5 +42,5 @@ is_olp_enabled() ->
(_, _, Acc) -> Acc
end,
false,
emqx_conf:get([zones], #{})
emqx_config:get([zones], #{})
).

View File

@ -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.