Which metric type uses the delta() function?
http_requests_total{verb="POST"} 30
http_requests_total{verb="GET"} 30
What is the issue with the metric family?
Which function would you use to calculate the 95th percentile latency from histogram data?
Where does Prometheus store its time series data by default?
Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?
How do you calculate the average request duration during the last 5 minutes from a histogram or summary called http_request_duration_seconds?
How would you add text from the instance label to the alert’s description for the following alert?
alert: InstanceDown
expr: up == 0
for: 5m
labels:
severity: page
annotations:
description: "Instance INSTANCE_NAME_HERE down"
What are Inhibition rules?