addons: Fix prometheus K8SApiServerLatency alert rule

* https://github.com/coreos/prometheus-operator/issues/751
This commit is contained in:
Dalton Hubble 2017-11-16 23:37:15 -08:00
parent 32bdda1b6c
commit 1cd262e712
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ data:
disappeared from service discovery.
summary: API server unreachable
- alert: K8SApiServerLatency
expr: histogram_quantile(0.99, sum(apiserver_request_latencies_bucket{subresource!="log",verb!~"^(?:CONNECT|WATCHLIST|WATCH|PROXY)$"})
WITHOUT (instance, resource)) / 1e+06 > 1
expr: histogram_quantile(0.99, sum(rate(apiserver_request_latencies_bucket{subresource!="log",verb!~"^(?:CONNECT|WATCHLIST|WATCH|PROXY)$"}[10m]))
by (le)) / 1e+06 > 1
for: 10m
labels:
severity: warning