Skip to content

Commit

Permalink
Resolve a conflict #11752 #11751
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 18, 2024
1 parent cf22ad1 commit f7db3c4
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,7 @@ get_data(vhost_status, _, _, _) ->
false -> 0
end}
|| VHost <- rabbit_vhost:list() ];
<<<<<<< HEAD
get_data(exchange_bindings, _, _, _) ->
=======
get_data(node_memory, _, _) ->
get_data(node_memory, _, _, _) ->
BreakdownPL = rabbit_vm:memory(),
KeysOfInterest = [
code,
Expand Down Expand Up @@ -694,8 +691,7 @@ get_data(node_memory, _, _) ->
],
Data = maps:to_list(maps:with(KeysOfInterest, maps:from_list(BreakdownPL))),
[{node_memory, Data}];
get_data(exchange_bindings, _, _) ->
>>>>>>> d1a7167b37 (Prometheus: expose memory breakdown metrics)
get_data(exchange_bindings, _, _, _) ->
Exchanges = lists:foldl(fun
(#exchange{internal = true}, Acc) ->
Acc;
Expand Down

0 comments on commit f7db3c4

Please sign in to comment.