Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/gha-runner-scale-set-experimental/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions charts/gha-runner-scale-set/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down