feat: add runner_name metrics label in values.yaml as example

This commit is contained in:
air-hand 2025-07-23 20:58:55 +09:00
parent f93b6dcb8c
commit 4480de779b
No known key found for this signature in database
GPG Key ID: 80933B351C137961
1 changed files with 5 additions and 3 deletions

View File

@ -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:
# [