From 4480de779bc54b3e44d02b2128b3bc5dce86e98c Mon Sep 17 00:00:00 2001 From: air-hand <45233435+air-hand@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:58:55 +0900 Subject: [PATCH] feat: add runner_name metrics label in values.yaml as example --- charts/gha-runner-scale-set/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index c602dd22..b66c91ce 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -154,7 +154,7 @@ githubConfigSecret: # counters: # gha_started_jobs_total: # labels: -# ["repository", "organization", "enterprise", "job_name", "event_name", "job_workflow_ref"] +# ["repository", "organization", "enterprise", "job_name", "event_name", "job_workflow_ref", "runner_name"] # gha_completed_jobs_total: # labels: # [ @@ -165,6 +165,7 @@ githubConfigSecret: # "event_name", # "job_result", # "job_workflow_ref", +# "runner_name", # ] # gauges: # gha_assigned_jobs: @@ -186,7 +187,7 @@ githubConfigSecret: # histograms: # gha_job_startup_duration_seconds: # labels: -# ["repository", "organization", "enterprise", "job_name", "event_name","job_workflow_ref"] +# ["repository", "organization", "enterprise", "job_name", "event_name","job_workflow_ref", "runner_name"] # buckets: # [ # 0.01, @@ -244,7 +245,8 @@ githubConfigSecret: # "job_name", # "event_name", # "job_result", -# "job_workflow_ref" +# "job_workflow_ref", +# "runner_name" # ] # buckets: # [