Add metric for builds waiting for download slot

(cherry picked from commit f23ec71227911891807706b6b978836e4d80edde)
This commit is contained in:
K900
2024-10-01 19:14:24 +03:00
committed by John Ericson
parent 68b2d6da0a
commit 8a6482bb1c
3 changed files with 3 additions and 0 deletions

View File

@@ -369,6 +369,7 @@ private:
counter nrStepsDone{0};
counter nrStepsBuilding{0};
counter nrStepsCopyingTo{0};
counter nrStepsWaitingForDownloadSlot{0};
counter nrStepsCopyingFrom{0};
counter nrStepsWaiting{0};
counter nrUnsupportedSteps{0};