File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ to be installed from the source code.
22
22
| ` serviceMonitor.interval ` | The interval at which metrics should be scraped | ` 1m ` |
23
23
| ` serviceMonitor.labels ` | Extra labels for the ServiceMonitor | ` {} ` |
24
24
| ` serviceMonitor.scrapeTimeout ` | Specify the timeout after which the scrape is ended | ` 30s ` |
25
+ | ` serviceMonitor.relabelings ` | Allow to add extra labels to metrics | Add node metrics |
25
26
26
27
#### Other parameters
27
28
| Name | Description | Value |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ scaphandre:
15
15
command : prometheus
16
16
args : {}
17
17
extraArgs :
18
- containers : true
18
+ containers : null
19
19
# rustBacktrace: '1'
20
20
21
21
# Run as root user to get proper permissions
@@ -35,6 +35,12 @@ serviceMonitor:
35
35
# Specify the timeout after which the scrape is ended
36
36
scrapeTimeout : 30s
37
37
38
+ relabelings :
39
+ - action : replace
40
+ sourceLabels :
41
+ - __meta_kubernetes_pod_node_name
42
+ targetLabel : node
43
+
38
44
tolerations :
39
45
# Tolerate all taints for observability
40
46
- operator : " Exists"
You can’t perform that action at this time.
0 commit comments