From e393f42ce3ef9c0da7ffe9ed0fd2bdae861ca79d Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 4 Aug 2020 22:38:08 +0200 Subject: [PATCH] Mention PromQL in README.md Signed-off-by: Julius Volz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2fd6f72..0149d8e93 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ to be true. Prometheus's main distinguishing features as compared to other monitoring systems are: - a **multi-dimensional** data model (timeseries defined by metric name and set of key/value dimensions) -- a **flexible query language** to leverage this dimensionality +- PromQL, a **powerful and flexible query language** to leverage this dimensionality - no dependency on distributed storage; **single server nodes are autonomous** - timeseries collection happens via a **pull model** over HTTP - **pushing timeseries** is supported via an intermediary gateway