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
| controller.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
| repoServer.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
| server.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
| dex.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
| redis.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
1294
1299
| redis.metrics.serviceMonitor.interval | string | `"30s"` | Interval at which metrics should be scraped |
1295
1300
| redis.metrics.serviceMonitor.metricRelabelings | list | `[]` | Prometheus [MetricRelabelConfigs] to apply to samples before ingestion |
| applicationSet.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
| notifications.metrics.serviceMonitor.honorLabels | bool | `false` | When true, honorLabels preserves the metric’s labels when they collide with the target’s labels. |
1573
1580
| notifications.metrics.serviceMonitor.metricRelabelings | list | `[]` | Prometheus [MetricRelabelConfigs] to apply to samples before ingestion |
1574
1581
| notifications.metrics.serviceMonitor.relabelings | list | `[]` | Prometheus [RelabelConfigs] to apply to samples before scraping |
Copy file name to clipboardexpand all lines: charts/argo-cd/values.yaml
+14
Original file line number
Diff line number
Diff line change
@@ -874,6 +874,8 @@ controller:
874
874
enabled: false
875
875
# -- Prometheus ServiceMonitor interval
876
876
interval: 30s
877
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
878
+
honorLabels: false
877
879
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
878
880
relabelings: []
879
881
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -970,6 +972,8 @@ dex:
970
972
enabled: false
971
973
# -- Prometheus ServiceMonitor interval
972
974
interval: 30s
975
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
976
+
honorLabels: false
973
977
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
974
978
relabelings: []
975
979
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -1529,6 +1533,8 @@ redis:
1529
1533
enabled: false
1530
1534
# -- Interval at which metrics should be scraped
1531
1535
interval: 30s
1536
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
1537
+
honorLabels: false
1532
1538
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
1533
1539
relabelings: []
1534
1540
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -2164,6 +2170,8 @@ server:
2164
2170
interval: 30s
2165
2171
# -- Prometheus ServiceMonitor scrapeTimeout. If empty, Prometheus uses the global scrape timeout unless it is less than the target's scrape interval value in which the latter is used.
2166
2172
scrapeTimeout: ""
2173
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
2174
+
honorLabels: false
2167
2175
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
2168
2176
relabelings: []
2169
2177
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -2739,6 +2747,8 @@ repoServer:
2739
2747
interval: 30s
2740
2748
# -- Prometheus ServiceMonitor scrapeTimeout. If empty, Prometheus uses the global scrape timeout unless it is less than the target's scrape interval value in which the latter is used.
2741
2749
scrapeTimeout: ""
2750
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
2751
+
honorLabels: false
2742
2752
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
2743
2753
relabelings: []
2744
2754
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -2900,6 +2910,8 @@ applicationSet:
2900
2910
interval: 30s
2901
2911
# -- Prometheus ServiceMonitor scrapeTimeout. If empty, Prometheus uses the global scrape timeout unless it is less than the target's scrape interval value in which the latter is used.
2902
2912
scrapeTimeout: ""
2913
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
2914
+
honorLabels: false
2903
2915
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
2904
2916
relabelings: []
2905
2917
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
@@ -3314,6 +3326,8 @@ notifications:
3314
3326
scheme: ""
3315
3327
# -- Prometheus ServiceMonitor tlsConfig
3316
3328
tlsConfig: {}
3329
+
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
3330
+
honorLabels: false
3317
3331
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
3318
3332
relabelings: []
3319
3333
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
0 commit comments