Commit 54f47adf authored by Goutham Veeramachaneni's avatar Goutham Veeramachaneni Committed by Julius Volz

Subqueries have been released (#1294)

Signed-off-by: 's avatarGoutham Veeramachaneni <gouthamve@gmail.com>
parent 35279946
......@@ -37,14 +37,6 @@ do not have built-in support for TLS and authentication yet. Adding this support
will make it easier for people to deploy Prometheus components securely without
requiring a reverse proxy to add those features externally.
### Ranged subqueries
Currently PromQL only allows range selectors on raw series selectors, not on
arbitrary PromQL expressions. This makes it necessary to introduce intermediary
recording rules to compute some results (like the `max_over_time()` of
a `rate()`). [Subquery support](https://github.com/prometheus/prometheus/issues/1227)
will enable computing those results in a single query.
### Support the Ecosystem
Prometheus has a range of client libraries and exporters. There are always more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment