fix(prom_stats): missing metric key
- follow https://github.com/emqx/emqx/pull/11497
This commit is contained in:
parent
c6c1a7fc28
commit
6b064dd8eb
|
@ -166,6 +166,8 @@ names() ->
|
||||||
emqx_live_connections_max,
|
emqx_live_connections_max,
|
||||||
emqx_sessions_count,
|
emqx_sessions_count,
|
||||||
emqx_sessions_max,
|
emqx_sessions_max,
|
||||||
|
emqx_channels_count,
|
||||||
|
emqx_channels_max,
|
||||||
emqx_topics_count,
|
emqx_topics_count,
|
||||||
emqx_topics_max,
|
emqx_topics_max,
|
||||||
emqx_suboptions_count,
|
emqx_suboptions_count,
|
||||||
|
|
Loading…
Reference in New Issue