fix: ensure /listeners API return all node's status
This commit is contained in:
parent
17bbd627a5
commit
f080715ce9
|
@ -549,7 +549,7 @@ format_status(Key, Node, Listener, Acc) ->
|
|||
NodeStatus =
|
||||
case maps:find(Node, NodeStatus0) of
|
||||
error ->
|
||||
#{
|
||||
NodeStatus0#{
|
||||
Node => #{
|
||||
max_connections => MaxConnections,
|
||||
current_connections => CurrentConnections
|
||||
|
|
Loading…
Reference in New Issue