You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/feature-cluster-metrics/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,8 @@ Actual integration testing in a live environment should be done in the main [k8s
214
214
215
215
| Key | Type | Default | Description |
216
216
|-----|------|---------|-------------|
217
+
| global.alloyModules.branch | string | `"main"` | If using git, the branch of the git repository to use. |
218
+
| global.alloyModules.source | string | `"git"` | The source of the Alloy modules. The valid options are "configMap" or "git" |
217
219
| global.maxCacheSize | int | `100000` | Sets the max_cache_size for every prometheus.relabel component. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.relabel/#arguments)) This should be at least 2x-5x your largest scrape target or samples appended rate. |
218
220
| global.platform | string | `""` | The specific platform for this cluster. Will enable compatibility for some platforms. Supported options: (empty) or "openshift". |
219
221
| global.scrapeInterval | string | `"60s"` | How frequently to scrape metrics. |
0 commit comments