mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user