mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-07 19:41:02 +01:00
kube-prometheus: add PROXY verb to latency alert exclusion
This commit is contained in:
parent
804f6c187b
commit
30cbd76944
@ -26,7 +26,7 @@ ALERT K8SApiserverDown
|
|||||||
ALERT K8SApiServerLatency
|
ALERT K8SApiServerLatency
|
||||||
IF histogram_quantile(
|
IF histogram_quantile(
|
||||||
0.99,
|
0.99,
|
||||||
sum without (instance,resource) (apiserver_request_latencies_bucket{verb!~"CONNECT|WATCHLIST|WATCH"})
|
sum without (instance,resource) (apiserver_request_latencies_bucket{verb!~"CONNECT|WATCHLIST|WATCH|PROXY"})
|
||||||
) / 1e6 > 1.0
|
) / 1e6 > 1.0
|
||||||
FOR 10m
|
FOR 10m
|
||||||
LABELS {
|
LABELS {
|
||||||
|
|||||||
@ -360,7 +360,7 @@ data:
|
|||||||
ALERT K8SApiServerLatency
|
ALERT K8SApiServerLatency
|
||||||
IF histogram_quantile(
|
IF histogram_quantile(
|
||||||
0.99,
|
0.99,
|
||||||
sum without (instance,resource) (apiserver_request_latencies_bucket{verb!~"CONNECT|WATCHLIST|WATCH"})
|
sum without (instance,resource) (apiserver_request_latencies_bucket{verb!~"CONNECT|WATCHLIST|WATCH|PROXY"})
|
||||||
) / 1e6 > 1.0
|
) / 1e6 > 1.0
|
||||||
FOR 10m
|
FOR 10m
|
||||||
LABELS {
|
LABELS {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user