From 9bd91b079820deff4284bf2402a15218556cfd0c Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 13 May 2024 17:13:44 +0200 Subject: [PATCH] Remove histogram metrics from ghes 3.10 as well (#50568) Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- ...loying-runner-scale-sets-with-actions-runner-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} |