Linux Foundation Prometheus Certified Associate - PCA 模擬練習
What is considered the best practice when working with alerting notifications?
正解: D
解説: (PassTest メンバーにのみ表示されます)
Which PromQL statement returns the average free bytes of the filesystems over the last hour?
正解: A
解説: (PassTest メンバーにのみ表示されます)
What function calculates the tp-quantile from a histogram?
正解: A
解説: (PassTest メンバーにのみ表示されます)
Which metric type uses the delta() function?
正解: D
解説: (PassTest メンバーにのみ表示されます)
What is the maximum number of Alertmanagers that can be added to a Prometheus instance?
正解: C
解説: (PassTest メンバーにのみ表示されます)
What is the role of the Pushgateway in Prometheus?
正解: A
解説: (PassTest メンバーにのみ表示されます)
Which PromQL expression computes the rate of API Server requests across the different cloud providers from the following metrics?
apiserver_request_total{job="kube-apiserver", instance="192.168.1.220:6443", cloud="aws"} 1 apiserver_request_total{job="kube-apiserver", instance="192.168.1.121:6443", cloud="gcloud"} 5
apiserver_request_total{job="kube-apiserver", instance="192.168.1.220:6443", cloud="aws"} 1 apiserver_request_total{job="kube-apiserver", instance="192.168.1.121:6443", cloud="gcloud"} 5
正解: D
解説: (PassTest メンバーにのみ表示されます)