mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 19:07:08 +08:00
Publish
This commit is contained in:
parent
05c4716c2b
commit
e2d3dadbc5
1 changed files with 1 additions and 1 deletions
2
dist/rules/kubernetes/kubestate-exporter.yml
vendored
2
dist/rules/kubernetes/kubestate-exporter.yml
vendored
|
|
@ -302,7 +302,7 @@ groups:
|
||||||
description: "A client certificate used to authenticate to the apiserver is expiring in less than 24.0 hours.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "A client certificate used to authenticate to the apiserver is expiring in less than 24.0 hours.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: KubernetesApiServerLatency
|
- alert: KubernetesApiServerLatency
|
||||||
expr: 'histogram_quantile(0.99, sum(rate(apiserver_request_latencies_bucket{subresource!="log",verb!~"^(?:CONNECT|WATCHLIST|WATCH|PROXY)$"} [10m])) WITHOUT (instance, resource)) / 1e+06 > 1'
|
expr: 'histogram_quantile(0.99, sum(rate(apiserver_request_duration_seconds_bucket{subresource!="log",verb!~"^(?:CONNECT|WATCHLIST|WATCH|PROXY)$"} [10m])) WITHOUT (instance, resource)) > 1'
|
||||||
for: 2m
|
for: 2m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue