Add node_pool to blockedEval metric (#26215)

Adds the node_pool to the blockedEval metrics that get emitted for
resource/cpu, along with the dc and node class.
This commit is contained in:
Allison Larson
2025-07-15 09:48:04 -07:00
committed by GitHub
parent 279775082c
commit 3ca518e89c
9 changed files with 33 additions and 12 deletions

View File

@@ -307,6 +307,7 @@ type AllocationMetric struct {
NodesEvaluated int
NodesFiltered int
NodesInPool int
NodePool string
NodesAvailable map[string]int
ClassFiltered map[string]int
ConstraintFiltered map[string]int