fix(prom_stats): missing metric key

- follow https://github.com/emqx/emqx/pull/11497
This commit is contained in:
JimMoen 2024-01-19 17:14:41 +08:00
parent c6c1a7fc28
commit 6b064dd8eb
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ names() ->
emqx_live_connections_max,
emqx_sessions_count,
emqx_sessions_max,
emqx_channels_count,
emqx_channels_max,
emqx_topics_count,
emqx_topics_max,
emqx_suboptions_count,