Which Alertmanager feature allows you to temporarily stop notifications for a specific alert?
What does the evaluation_interval parameter in the Prometheus configuration control?
Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?
What is considered the best practice when working with alerting notifications?
Which function would you use to calculate the 95th percentile latency from histogram data?
Which PromQL statement returns the average free bytes of the filesystems over the last hour?
Which field in alerting rules files indicates the time an alert needs to go from pending to firing state?
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
Which Alertmanager feature prevents duplicate notifications from being sent?