Tag
Posts tagged “promql”
Every post filed under “promql”, newest first.
2posts.
OpsCanopy5 min read
How to read a PromQL query
A PromQL query reads inside out, not left to right. The four layers — selectors, ranges, functions and aggregations — so you can decode any expression fast.
- promql
- prometheus
- observability
OpsCanopy5 min read
LogQL vs PromQL: the same query in both languages
LogQL borrows PromQL’s shape but starts from log lines, not metrics. How the two query languages line up, where they translate cleanly, and where they don’t.
- logql
- promql
- observability