Skip to content

Commit 884e4ff

Browse files
Remove queue_duration_seconds and conditionally include duration on ghes (#50338)
Co-authored-by: Siara <[email protected]>
1 parent 24429c7 commit 884e4ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,9 +932,12 @@ The following table shows the metrics emitted by the controller-manager and list
932932
| listener | gha_idle_runners | gauge | Number of registered runners not running a job |
933933
| listener | gha_started_jobs_total | counter | Total number of jobs started since the listener became ready [1] |
934934
| 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 %} |
936936
| 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 %} |
937939
| listener | gha_job_execution_duration_seconds | histogram | Number of seconds spent executing workflow jobs by the runner scale set |
940+
| {% endif %} |
938941

939942
[1]: Listener metrics that have the counter type are reset when the listener pod restarts.
940943

0 commit comments

Comments
 (0)