From 8bbe3ba8debc27e11d91980c53d4f37af9ec3452 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 31 Aug 2022 14:21:22 -0400 Subject: [PATCH] Update valet-forecast-lab.md --- azure_devops/valet-forecast-lab.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure_devops/valet-forecast-lab.md b/azure_devops/valet-forecast-lab.md index 1749d12..8c1b39f 100644 --- a/azure_devops/valet-forecast-lab.md +++ b/azure_devops/valet-forecast-lab.md @@ -38,7 +38,9 @@ gh valet forecast azure-devops --output-dir ./tmp/forecast_reports --azure-devop ## Review forecast report Open the forecast report and review the calculated metrics. - From the codespace explorer pane find `./tmp/sample_report/forecast_report.md` and right-click, and select __Open Preview__. -![explorer-report](https://user-images.githubusercontent.com/18723510/187696893-6d503d8d-b512-427a-af42-bbf053fa4df4.png) + + ![explorer-report](https://user-images.githubusercontent.com/18723510/187696893-6d503d8d-b512-427a-af42-bbf053fa4df4.png) + - The file should be similar to this.
example forecast_report.md @@ -171,7 +173,7 @@ Open the forecast report and review the calculated metrics. - P90: **1 minutes** - Min: **0 minutes** - Max: **5 minutes** -- `Concurrent jobs` show the metrics for how many jobs were run at the __same time__. +- `Concurrent jobs` show the metrics for how many jobs started or ended within the same 60 second time slice. The time slice window can be changed using the `--time-slice` option. - Concurrent jobs - Median: **0** - P90: **0**