PromQL Builder & Cheat Sheet

Build common PromQL queries from a guided form, with an inline cheat sheet.

Runs 100% in your browser. Nothing you enter is uploaded or stored.

PromQL
sum(rate(http_requests_total[5m])) by (job, instance)

Cheat sheet

Request rate (per second)
sum(rate(http_requests_total[5m])) by (job)
Error ratio
sum(rate(http_requests_total{status=~"5.."}[5m])) / sum(rate(http_requests_total[5m]))
p95 latency
histogram_quantile(0.95, sum(rate(http_request_duration_seconds_bucket[5m])) by (le))
CPU usage by pod
sum(rate(container_cpu_usage_seconds_total[5m])) by (pod)
Memory working set
sum(container_memory_working_set_bytes) by (pod)
Up targets down
count(up == 0) by (job)

Related tools

From the makers of these tools

Run production tasks with agents you can trust.

BitSentry turns recurring investigations into reusable runbooks your agents follow step by step, with AI-explained evidence and a full audit trail.

Try BitSentry Desktop Free