From 24c2213d30574cac9ab5f8521e07beca12a11fae Mon Sep 17 00:00:00 2001 From: Chongzhe Huang Date: Wed, 10 Jun 2026 09:38:53 +0800 Subject: [PATCH] docs: clarify listener metric label sources --- charts/gha-runner-scale-set-experimental/values.yaml | 3 +++ charts/gha-runner-scale-set/values.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/charts/gha-runner-scale-set-experimental/values.yaml b/charts/gha-runner-scale-set-experimental/values.yaml index 41dc900a81..a7fd4a19d4 100644 --- a/charts/gha-runner-scale-set-experimental/values.yaml +++ b/charts/gha-runner-scale-set-experimental/values.yaml @@ -316,6 +316,9 @@ controllerServiceAccount: ## In order to avoid helm merging these fields, we left the metrics commented out. ## When configuring metrics, please uncomment the listenerMetrics object below. ## You can modify the configuration to remove the label or specify custom buckets for histogram. +## Labels on counters and histograms are populated from job messages, while labels on gauges are +## populated from the configured scale set scope. For example, the repository label will be empty +## for organization-level and enterprise-level scale sets. ## ## If the buckets field is not specified, the default buckets will be applied. Default buckets are ## provided here for documentation purposes diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index 4b4640cf9e..72f29da474 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -150,6 +150,9 @@ githubConfigSecret: ## In order to avoid helm merging these fields, we left the metrics commented out. ## When configuring metrics, please uncomment the listenerMetrics object below. ## You can modify the configuration to remove the label or specify custom buckets for histogram. +## Labels on counters and histograms are populated from job messages, while labels on gauges are +## populated from the configured scale set scope. For example, the repository label will be empty +## for organization-level and enterprise-level scale sets. ## ## If the buckets field is not specified, the default buckets will be applied. Default buckets are ## provided here for documentation purposes