actions-runner-controller/docs
Prateek Kumar 843e13247d Expose gha_available_jobs and gha_acquired_jobs listener metrics
The RunnerScaleSetStatistic struct from the scaleset package provides
TotalAvailableJobs and TotalAcquiredJobs fields, but these were not
being exposed as Prometheus metrics by the listener. This leaves
operators without visibility into the job queue depth for their
scale sets.

Add two new gauge metrics to the ghalistener metrics exporter:
- gha_available_jobs: jobs with matching runs-on labels waiting to be
  acquired by the scale set
- gha_acquired_jobs: jobs acquired by the scale set but not yet
  assigned to a runner

These metrics complete the exposure of all RunnerScaleSetStatistic
fields and were originally proposed in the metrics ADR
(2023-05-08-exposing-metrics.md) but never implemented.

Made-with: Cursor
2026-04-01 00:22:23 -04:00
..
adrs Bump node actions (#3569) 2024-06-21 12:11:29 +02:00
gha-runner-scale-set-controller Expose gha_available_jobs and gha_acquired_jobs listener metrics 2026-04-01 00:22:23 -04:00
releasenotes Fix minor typos in 0.27.md (#2171) 2023-01-18 07:38:42 +09:00
about-arc.md Updated dead link (#3830) 2025-01-17 12:39:15 +01:00
authenticating-to-the-github-api.md docs: fix repo path typo (#4229) 2025-08-27 16:17:52 +02:00
automatically-scaling-runners.md docs: end markdown code block correctly (#3736) 2025-01-17 12:44:12 +01:00
choosing-runner-destination.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
configuring-windows-runners.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
deploying-alternative-runners.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
deploying-arc-runners.md remove redundant ticks around "name" and use plural (#3661) 2026-03-23 12:46:13 +01:00
installing-arc.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
managing-access-with-runner-groups.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
monitoring-and-troubleshooting.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
quickstart.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
using-arc-across-organizations.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
using-arc-runners-in-a-workflow.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
using-custom-volumes.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00
using-entrypoint-features.md Add documentation legacy modes warning and links to new docs (#3199) 2024-01-05 19:56:31 +01:00