You'd like to monitor a short-lived batch job. What Prometheus component would you use?
Which function would you use to calculate the 95th percentile latency from histogram data?
Which Alertmanager feature prevents duplicate notifications from being sent?
With the following metrics over the last 5 minutes:
up{instance="localhost"} 1 1 1 1 1
up{instance="server1"} 1 0 0 0 0
What does the following query return:
min_over_time(up[5m])
When can you use the Grafana Heatmap panel?