Skip to content

Commit 52506c2

Browse files
authored
[kube-prometheus-stack] fix: Add 30s bucket to apiserver latency metrics (#5516)
Signed-off-by: SuperQ <[email protected]>
1 parent 8caf8fd commit 52506c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: charts/kube-prometheus-stack/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131
sources:
3232
- https://github.com/prometheus-community/helm-charts
3333
- https://github.com/prometheus-operator/kube-prometheus
34-
version: 70.4.1
34+
version: 70.4.2
3535
appVersion: v0.81.0
3636
kubeVersion: ">=1.19.0-0"
3737
home: https://github.com/prometheus-operator/kube-prometheus

Diff for: charts/kube-prometheus-stack/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ kubeApiServer:
14971497
metricRelabelings:
14981498
# Drop excessively noisy apiserver buckets.
14991499
- 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)?
15011501
sourceLabels:
15021502
- __name__
15031503
- le

0 commit comments

Comments
 (0)