Prometheus Keyboard Shortcuts

Complete Prometheus keyboard shortcuts and commands reference — 14 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.

PromQL (11)

ShortcutActionDescription
upTarget statusCheck monitoring target status.
rate(http_requests_total[5m])Request rateCalculate 5-min HTTP request rate.
increase(errors_total[1h])IncreaseCalculate error increase over 1 hour.
histogram_quantile(0.95, ...)95th percentileCalculate 95th percentile.
sum by (job) (rate(...))Sum by groupSum rate grouped by job.
avg_over_time(metric[1h])Average over timeAverage of a metric across a time window.
topk(5, metric)Top K seriesShow the five highest-valued series.
count by (job)(up)Count by labelCount targets grouped by a label.
delta(gauge[1h])DeltaDifference in a gauge value over a window.
absent(metric)Absence checkAlert when a metric is missing entirely.
sum without (instance)(rate(m[5m]))Sum without labelAggregate rates dropping one label dimension.

promtool (3)

ShortcutActionDescription
promtool check config prometheus.ymlCheck configValidate the Prometheus configuration file.
promtool check rules rules.ymlCheck rulesValidate recording and alerting rule files.
promtool query instant http://localhost:9090 upInstant queryRun a PromQL query from the command line.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

What are the most useful Prometheus keyboard shortcuts?

The most essential Prometheus shortcuts are: up (Target status), rate(http_requests_total[5m]) (Request rate), increase(errors_total[1h]) (Increase). These cover the most frequent actions and can significantly speed up your workflow.

How many keyboard shortcuts does Prometheus have?

Prometheus has 14 keyboard shortcuts across 2 categories on shortcut-tools.com.

How do I use Prometheus commands?

These are command-line commands — type them in your terminal or console. Combine them with shell history search (Ctrl + R) and aliases to work even faster.

What is the Prometheus shortcut for target status?

The Prometheus shortcut for target status is up. Check monitoring target status.

What PromQL shortcuts does Prometheus have?

Prometheus includes 11 PromQL shortcuts, including up (Target status) and rate(http_requests_total[5m]) (Request rate). See the full list in the PromQL section above.

What promtool shortcuts does Prometheus have?

Prometheus includes 3 promtool shortcuts, including promtool check config prometheus.yml (Check config) and promtool check rules rules.yml (Check rules). See the full list in the promtool section above.

Can I combine Prometheus shortcuts with other tools?

Yes — use My Stack to combine Prometheus shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.

Related Shortcut Pages

Docker npm / yarn AWS CLI PowerShell tmux GNU Screen

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about Prometheus shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok