You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -932,9 +932,12 @@ The following table shows the metrics emitted by the controller-manager and list
932
932
| listener | gha_idle_runners | gauge | Number of registered runners not running a job |
933
933
| listener | gha_started_jobs_total | counter | Total number of jobs started since the listener became ready [1] |
934
934
| listener | gha_completed_jobs_total | counter | Total number of jobs completed since the listener became ready [1] |
935
-
|listener | gha_job_queue_duration_seconds | histogram | Number of seconds spent waiting for workflow jobs to get assigned to the runner scale set after queueing |
935
+
|{% ifversion fpt or ghec or ghes > 3.9 %}|
936
936
| 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|
937
+
| {% endif %} |
938
+
| {% ifversion fpt or ghec or ghes > 3.9 %} |
937
939
| listener | gha_job_execution_duration_seconds | histogram | Number of seconds spent executing workflow jobs by the runner scale set|
940
+
| {% endif %} |
938
941
939
942
[1]: Listener metrics that have the counter type are reset when the listener pod restarts.
0 commit comments