Merge pull request #8538 from zhongwencool/listener-api-nodes
fix: ensure /listeners API return all node's status
This commit is contained in:
commit
5fbf6734a5
|
@ -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