Runner Counts Incorrect in metrics in 0.11.0 #4013
Labels
bug
Something isn't working
gha-runner-scale-set
Related to the gha-runner-scale-set mode
needs triage
Requires review from the maintainers
Checks
Controller Version
0.11.0
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
The
gha_assigned_jobs
,gha_busy_runners
, andgha_idle_runners
gauges never match the actual values or the values displayed inside of Github (which are correct). This issue started with upgrading to 0.11.0. The 0.10.1 values before the change to how metrics worked were correct.With no jobs running, the gauges correctly report no assigned jobs, but 5 busy runners and 5 idle runners. The correct counts are actually 0/0/3 (3 idle runners, no busy).
Describe the expected behavior
The
gha_assigned_jobs
,gha_busy_runners
, andgha_idle_runners
gauges should match the numbers visible in Github.Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: