Add metric for builds waiting for download slot

(cherry picked from commit f23ec71227911891807706b6b978836e4d80edde)
This commit is contained in:
K900
2025-02-12 10:35:17 +01:00
committed by Martin Weinelt
parent 90399cb674
commit c60e7955bf
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ private:
counter nrStepsDone{0};
counter nrStepsBuilding{0};
counter nrStepsCopyingTo{0};
counter nrStepsWaitingForDownloadSlot{0};
counter nrStepsCopyingFrom{0};
counter nrStepsWaiting{0};
counter nrUnsupportedSteps{0};