File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : prometheus
2
- version : 8.1.1
2
+ version : 8.1.2
3
3
appVersion : 2.5.0
4
4
description : Prometheus is a monitoring system and time series database.
5
5
home : https://prometheus.io/
Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ serverFiles:
970
970
- source_labels : [__meta_kubernetes_node_name]
971
971
regex : (.+)
972
972
target_label : __metrics_path__
973
- replacement : /api/v1/nodes/${1} /proxy/metrics
973
+ replacement : /api/v1/nodes/$1 /proxy/metrics
974
974
975
975
976
976
- job_name : ' kubernetes-nodes-cadvisor'
@@ -1002,7 +1002,7 @@ serverFiles:
1002
1002
# This configuration will work only on kubelet 1.7.3+
1003
1003
# As the scrape endpoints for cAdvisor have changed
1004
1004
# if you are using older version you need to change the replacement to
1005
- # replacement: /api/v1/nodes/${1} :4194/proxy/metrics
1005
+ # replacement: /api/v1/nodes/$1 :4194/proxy/metrics
1006
1006
# more info here https://github.com/coreos/prometheus-operator/issues/633
1007
1007
relabel_configs :
1008
1008
- action : labelmap
@@ -1012,7 +1012,7 @@ serverFiles:
1012
1012
- source_labels : [__meta_kubernetes_node_name]
1013
1013
regex : (.+)
1014
1014
target_label : __metrics_path__
1015
- replacement : /api/v1/nodes/${1} /proxy/metrics/cadvisor
1015
+ replacement : /api/v1/nodes/$1 /proxy/metrics/cadvisor
1016
1016
1017
1017
# Scrape config for service endpoints.
1018
1018
#
You can’t perform that action at this time.
0 commit comments