mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Mention PromQL in README.md
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
0f9e0194fb
commit
e393f42ce3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue