When can you use the Grafana Heatmap panel?
What is a rule group?
How would you name a metric that measures gRPC response size?
What is a difference between a counter and a gauge?
How would you correctly name a metric that provides metadata information about the binary?
What Prometheus component would you use if targets are running behind a Firewall/NAT?
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])
Which of the following PromQL queries is invalid?
Which of the following is a valid metric name?
What is api_http_requests_total in the following metric?
api_http_requests_total{method="POST", handler="/messages"}