From 91781b2553406f37cac5d9f3710da3c9d18fe005 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Thu, 18 Aug 2022 13:59:59 -0400 Subject: [PATCH] Update valet-forecast-lab.md --- gitlab/valet-forecast-lab.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/gitlab/valet-forecast-lab.md b/gitlab/valet-forecast-lab.md index 715dfd7..af762d1 100644 --- a/gitlab/valet-forecast-lab.md +++ b/gitlab/valet-forecast-lab.md @@ -143,7 +143,29 @@ Open the forecast report and review the calculated metrics. - Min: **0** - Max: **9** ### Runner Group Sections -- The preceeding section show the same metrics as the `Total` section - - -### TBD +- The preceeding section show the same metrics as the `Total` section, but grouped by runner groups +- In this case we only have one runner group `gitlab-runner` so the metrics will match the `Total` section + ## gitlab-runner + + - Job count: **57** + - Pipeline count: **15** + + - Execution time + - Total: **135 minutes** + - Median: **0 minutes** + - P90: **7 minutes** + - Min: **0 minutes** + - Max: **10 minutes** + + - Queue time + - Median: **0 minutes** + - P90: **5 minutes** + - Min: **0 minutes** + - Max: **42 minutes** + + - Concurrent jobs + - Median: **0** + - P90: **0** + - Min: **0** + - Max: **9** +