Commit 66b4ff1d authored by Julius Volz's avatar Julius Volz Committed by Brian Brazil

Mention PromQL by name in introductory doc (#1237)

Signed-off-by: 's avatarJulius Volz <julius.volz@gmail.com>
parent ee2d86f7
...@@ -25,7 +25,7 @@ For more elaborate overviews of Prometheus, see the resources linked from the ...@@ -25,7 +25,7 @@ For more elaborate overviews of Prometheus, see the resources linked from the
Prometheus's main features are: Prometheus's main features are:
* a multi-dimensional [data model](/docs/concepts/data_model/) with time series data identified by metric name and key/value pairs * a multi-dimensional [data model](/docs/concepts/data_model/) with time series data identified by metric name and key/value pairs
* a [flexible query language](/docs/prometheus/latest/querying/basics/) * PromQL, a [flexible query language](/docs/prometheus/latest/querying/basics/)
to leverage this dimensionality to leverage this dimensionality
* no reliance on distributed storage; single server nodes are autonomous * no reliance on distributed storage; single server nodes are autonomous
* time series collection happens via a pull model over HTTP * time series collection happens via a pull model over HTTP
......
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