| CQ Preemption/Admission Rate | Shows the per-minute rate of workload admissions and preemptions per ClusterQueue. |
| Preemption Rate by Reason | Shows the per-minute preemption rate broken down by reason, such as preemption within the same ClusterQueue or cohort reclamation, from kueue_preempted_workloads_total. |
| Admitted Workload Priority by ClusterQueue | Lists the priority and GPU request of each workload admitted to the selected ClusterQueues. |
| Pending Workloads (by status) | Shows workloads pending admission, split by status (active or inadmissible), from kueue_pending_workloads. |
| Admitted Active Workloads | Shows admitted workloads that are currently active, per ClusterQueue, from kueue_admitted_active_workloads. |
| Quota-Reserving Active Workloads | Shows workloads that are reserving quota, including admitted workloads, from kueue_reserving_active_workloads. |
| Workloads in Finished State | Shows the current count of workloads in the Finished state per ClusterQueue, before Kueue’s TTL cleanup deletes them, from kueue_finished_workloads. |
| Workloads Entering Finished State (rate/min) | Shows the per-minute rate of workloads transitioning into the Finished state, a measure of completion throughput, from kueue_finished_workloads_total. |
| Quota Reservations (rate/min) | Shows the per-minute rate of workloads obtaining quota reservation, from kueue_quota_reserved_workloads_total. |
| Evictions (rate/min, by reason) | Shows the per-minute rate of eviction events by reason, from kueue_evicted_workloads_total. A workload evicted, re-admitted, and evicted again counts twice. |
| Unique Evictions (rate/min) | Shows the per-minute rate of distinct workloads being evicted for the first time, from kueue_evicted_workloads_once_total. Compare with Evictions to detect re-eviction churn. |
| Replaced Workload Slices (rate/min) | Shows the per-minute rate of workload slice replacements, from kueue_replaced_workload_slices_total. |
| Preemption Skips (per cycle) | Shows workloads whose preemption was skipped during an admission cycle due to resource contention, from kueue_admission_cycle_preemption_skips. |
| Creation→Admission Wait (p50/p95/p99) | Shows the time from workload creation to Kueue granting admission, from kueue_admission_wait_time_seconds. |
| Creation→Quota Reservation Wait (p50/p95/p99) | Shows the time from workload creation to obtaining quota reservation, before admission checks, from kueue_quota_reserved_wait_time_seconds. |
| Quota→Admission Wait (p50/p95/p99) | Shows the time from quota reservation to full admission, the admission-check phase, from kueue_admission_checks_wait_time_seconds. |
| ClusterQueue Status | Shows the current lifecycle status of each ClusterQueue (active, pending, or terminated), from kueue_cluster_queue_status. |
| Nominal Quota (by resource) | Shows the configured nominal quota per ClusterQueue, flavor, and resource, from kueue_cluster_queue_nominal_quota. |
| Borrowing Limit (by resource) | Shows how much each ClusterQueue can borrow from its cohort, from kueue_cluster_queue_borrowing_limit. |
| Lending Limit (by resource) | Shows how much of its quota each ClusterQueue may lend to other ClusterQueues, from kueue_cluster_queue_lending_limit. |
| Resource Reservation | Shows the total resources reserved per ClusterQueue across all flavors, from kueue_cluster_queue_resource_reservation. |
| Resource Usage | Shows resources currently in use by admitted workloads, from kueue_cluster_queue_resource_usage. |
| ClusterQueue Weighted Share | Shows the fair-share ratio used in borrowing decisions, from kueue_cluster_queue_weighted_share. |