diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md index 244a0465b9..7f794fa8e4 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -932,10 +932,10 @@ The following table shows the metrics emitted by the controller-manager and list | listener | gha_idle_runners | gauge | Number of registered runners not running a job | | listener | gha_started_jobs_total | counter | Total number of jobs started since the listener became ready [1] | | listener | gha_completed_jobs_total | counter | Total number of jobs completed since the listener became ready [1] | -| {% ifversion fpt or ghec or ghes > 3.9 %} | +| {% ifversion fpt or ghec or ghes > 3.10 %} | | listener | gha_job_startup_duration_seconds | histogram | Number of seconds spent waiting for workflow job to get started on the runner owned by the runner scale set | | {% endif %} | -| {% ifversion fpt or ghec or ghes > 3.9 %} | +| {% ifversion fpt or ghec or ghes > 3.10 %} | | listener | gha_job_execution_duration_seconds | histogram | Number of seconds spent executing workflow jobs by the runner scale set | | {% endif %} |