From 2f6248dab7ed8e07612d8a71a68d52abe699b58d Mon Sep 17 00:00:00 2001 From: Raffael Sahli Date: Fri, 1 Sep 2023 12:34:05 +0000 Subject: [PATCH] docs(arc): remove metrics which are not exposed Signed-off-by: Raffael Sahli --- ...eploying-runner-scale-sets-with-actions-runner-controller.md | 2 -- 1 file changed, 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 3c9c0dfaaa27..3c03b2a022df 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 @@ -561,8 +561,6 @@ The following table shows the metrics emitted by the controller-manager and list | controller-manager | pending_ephemeral_runners | gauge | Number of ephemeral runners in a pending state | | controller-manager | running_ephemeral_runners | gauge | Number of ephemeral runners in a running state | | controller-manager | failed_ephemeral_runners | gauge | Number of ephemeral runners in a failed state | -| listener | available_jobs | gauge | Number of jobs where `runs-on` matches the runner scale set name and the job is not yet assigned to the runner scale set. | -| listener | acquired_jobs | gauge | Number of jobs acquired by the runner scale set | | listener | assigned_jobs | gauge | Number of jobs assigned to the runner scale set | | listener | running_jobs | gauge | Number of jobs running or queued to run | | listener | registered_runners | gauge | Number of runners registered by the runner scale set |