Skip to content
Snippets Groups Projects
Commit 4da7a872 authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

kube-prometheus: add comment on apiserver latency unit

parent 0c35d73e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ ALERT K8SApiserverDown ...@@ -11,6 +11,8 @@ ALERT K8SApiserverDown
# Some verbs excluded because they are expected to be long-lasting: # Some verbs excluded because they are expected to be long-lasting:
# WATCHLIST is long-poll, CONNECT is `kubectl exec`. # WATCHLIST is long-poll, CONNECT is `kubectl exec`.
#
# apiserver_request_latencies' unit is microseconds
ALERT K8SApiServerLatency ALERT K8SApiServerLatency
IF histogram_quantile( IF histogram_quantile(
0.99, 0.99,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment