File tree 2 files changed +2
-2
lines changed
charts/kube-prometheus-stack
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ name: kube-prometheus-stack
31
31
sources :
32
32
- https://github.com/prometheus-community/helm-charts
33
33
- https://github.com/prometheus-operator/kube-prometheus
34
- version : 70.4.1
34
+ version : 70.4.2
35
35
appVersion : v0.81.0
36
36
kubeVersion : " >=1.19.0-0"
37
37
home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ kubeApiServer:
1497
1497
metricRelabelings :
1498
1498
# Drop excessively noisy apiserver buckets.
1499
1499
- action : drop
1500
- regex : (etcd_request|apiserver_request_slo|apiserver_request_sli|apiserver_request)_duration_seconds_bucket;(0\.15|0\.2|0\.3|0\.35|0\.4|0\.45|0\.6|0\.7|0\.8|0\.9|1\.25|1\.5|1\.75|2|3|3\.5|4|4\.5|6|7|8|9|15|20|30| 40|45|50)(\.0)?
1500
+ regex : (etcd_request|apiserver_request_slo|apiserver_request_sli|apiserver_request)_duration_seconds_bucket;(0\.15|0\.2|0\.3|0\.35|0\.4|0\.45|0\.6|0\.7|0\.8|0\.9|1\.25|1\.5|1\.75|2|3|3\.5|4|4\.5|6|7|8|9|15|20|40|45|50)(\.0)?
1501
1501
sourceLabels :
1502
1502
- __name__
1503
1503
- le
You can’t perform that action at this time.
0 commit comments