Given:
rate(http_requests_total{job="api",status=~"5.."}[5m])
This query computes:
A) The total number of all HTTP requests ever.
B) The per-second rate of HTTP 5xx error responses to the "api" job,
averaged over the last 5 minutes.
C) The CPU usage of the api job.
D) The number of pods running.Sign in to save your code and track progress across devices.