@@ -387,6 +387,10 @@ aggregated_metrics_test(Config) ->
387
387
? assertEqual (match , re :run (Body , " ^rabbitmq_queue_consumers " , [{capture , none }, multiline ])),
388
388
? assertEqual (match , re :run (Body , " TYPE rabbitmq_auth_attempts_total" , [{capture , none }, multiline ])),
389
389
? assertEqual (nomatch , re :run (Body , " TYPE rabbitmq_auth_attempts_detailed_total" , [{capture , none }, multiline ])),
390
+ % % Memory breakdown
391
+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_quorum_queue_erlang_process_bytes " , [{capture , none }, multiline ])),
392
+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_classic_queue_erlang_process_bytes " , [{capture , none }, multiline ])),
393
+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_binary_heap_bytes " , [{capture , none }, multiline ])),
390
394
% % Check the first metric value in each ETS table that requires converting
391
395
? assertEqual (match , re :run (Body , " ^rabbitmq_erlang_uptime_seconds " , [{capture , none }, multiline ])),
392
396
? assertEqual (match , re :run (Body , " ^rabbitmq_io_read_time_seconds_total " , [{capture , none }, multiline ])),
0 commit comments