Skip to content

Commit f7db3c4

Browse files
Resolve a conflict #11752 #11751
1 parent cf22ad1 commit f7db3c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

deps/rabbitmq_prometheus/src/collectors/prometheus_rabbitmq_core_metrics_collector.erl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,7 @@ get_data(vhost_status, _, _, _) ->
659659
false -> 0
660660
end}
661661
|| VHost <- rabbit_vhost:list() ];
662-
<<<<<<< HEAD
663-
get_data(exchange_bindings, _, _, _) ->
664-
=======
665-
get_data(node_memory, _, _) ->
662+
get_data(node_memory, _, _, _) ->
666663
BreakdownPL = rabbit_vm:memory(),
667664
KeysOfInterest = [
668665
code,
@@ -694,8 +691,7 @@ get_data(node_memory, _, _) ->
694691
],
695692
Data = maps:to_list(maps:with(KeysOfInterest, maps:from_list(BreakdownPL))),
696693
[{node_memory, Data}];
697-
get_data(exchange_bindings, _, _) ->
698-
>>>>>>> d1a7167b37 (Prometheus: expose memory breakdown metrics)
694+
get_data(exchange_bindings, _, _, _) ->
699695
Exchanges = lists:foldl(fun
700696
(#exchange{internal = true}, Acc) ->
701697
Acc;

0 commit comments

Comments
 (0)