I want to show the display name from
windows_process_info{ hob = "job" , group = "group" , instance = "instance" }
to
sum ( windows_process_cpu_time_total { job = "job", group = "group", instance = "instance", process! = "Idle" } ) by ( process_id )
How can I combine the two Prometheus queries?