MultipleChoice
Which option best metrics is unsuitable for a Prometheus setup?
OptionsMultipleChoice
What is the name of the official *nix OS kernel metrics exporter?
OptionsMultipleChoice
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
OptionsMultipleChoice
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
OptionsMultipleChoice
Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?
OptionsMultipleChoice
Which Prometheus component handles service discovery?
OptionsMultipleChoice
When can you use the Grafana Heatmap panel?
OptionsMultipleChoice
Which of the following is an invalid @ modifier expression?
Options