Skip to content

📋 Quick Templates

1. Metric



2. Label Filters

Tip: use =~ for regex match, !~ for regex exclusion

3. Function / Operation





4. PromQL Output

Generated Query
📚 PromQL Quick Reference
rate(metric[5m]) — per-second rate for counters (use for request counts, bytes)
irate(metric[5m]) — instantaneous rate (more spiky, better for alerts)
sum by(label) — aggregate across all time series, group by label
topk(5, metric) — return the 5 highest-valued time series
bottomk(5, metric) — return the 5 lowest-valued time series
histogram_quantile(0.95, rate(...)) — P95 latency from histogram
{label=~"regex"} — regex label match  |  {label!="val"} — exclusion

🛠️ More Developer Utilities

Browse all 14 free tools in the Developer Utilities collection — CIDR calculator, chmod helper, cron builder, K8s resource planner, CI cost estimator, and more.

</> Embed PromQL Query Builder

Copy this iframe snippet to embed this tool on your website. The tool runs client-side and includes a "Powered by ReleaseRun" attribution.

Preview: Open embed view