Q: 11
Which PromQL expression computes how many requests in total are currently in-flight for the
following time series data?
apiserver_current_inflight_requests{instance="1"} 5
apiserver_current_inflight_requests{instance="2"} 7
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 12
What does scrape_interval configure in Prometheus?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 13
If the vector selector foo[5m] contains 1 1 NaN, what would max_over_time(foo[5m]) return?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 14
Given the following Histogram metric data, how many requests took less than or equal to 0.1
seconds?
apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="+Inf"} 3
apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="0.05"} 0
apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="0.1"} 1
apiserver_request_duration_seconds_bucket{job="kube-apiserver", le="1"} 3
apiserver_request_duration_seconds_count{job="kube-apiserver"} 3
apiserver_request_duration_seconds_sum{job="kube-apiserver"} 0.554003785
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 11 of 20 · Page 2 / 2