@@ -381,6 +381,10 @@ aggregated_metrics_test(Config) ->
381381 ? assertEqual (match , re :run (Body , " ^rabbitmq_queue_consumers " , [{capture , none }, multiline ])),
382382 ? assertEqual (match , re :run (Body , " TYPE rabbitmq_auth_attempts_total" , [{capture , none }, multiline ])),
383383 ? assertEqual (nomatch , re :run (Body , " TYPE rabbitmq_auth_attempts_detailed_total" , [{capture , none }, multiline ])),
384+ % % Memory breakdown
385+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_quorum_queue_erlang_process_bytes " , [{capture , none }, multiline ])),
386+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_classic_queue_erlang_process_bytes " , [{capture , none }, multiline ])),
387+ ? assertEqual (match , re :run (Body , " ^rabbitmq_memory_binary_heap_bytes " , [{capture , none }, multiline ])),
384388 % % Check the first metric value in each ETS table that requires converting
385389 ? assertEqual (match , re :run (Body , " ^rabbitmq_erlang_uptime_seconds " , [{capture , none }, multiline ])),
386390 ? assertEqual (match , re :run (Body , " ^rabbitmq_io_read_time_seconds_total " , [{capture , none }, multiline ])),
0 commit comments