Skip to content

Commit ed4784b

Browse files
Add modified yamls
Signed-off-by: Fran Sanjuán <[email protected]>
1 parent ddaa90f commit ed4784b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

manifests/kubernetesControlPlane-serviceMonitorKubelet.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ spec:
4646
- __name__
4747
port: https-metrics
4848
relabelings:
49-
- sourceLabels:
49+
- action: replace
50+
sourceLabels:
5051
- __metrics_path__
5152
targetLabel: metrics_path
5253
scheme: https
@@ -75,7 +76,8 @@ spec:
7576
path: /metrics/cadvisor
7677
port: https-metrics
7778
relabelings:
78-
- sourceLabels:
79+
- action: replace
80+
sourceLabels:
7981
- __metrics_path__
8082
targetLabel: metrics_path
8183
scheme: https
@@ -87,7 +89,8 @@ spec:
8789
path: /metrics/probes
8890
port: https-metrics
8991
relabelings:
90-
- sourceLabels:
92+
- action: replace
93+
sourceLabels:
9194
- __metrics_path__
9295
targetLabel: metrics_path
9396
scheme: https

0 commit comments

Comments
 (0)