mirror of https://github.com/prometheus/prometheus
Mention PromQL by name in querying basics doc (#4996)
Signed-off-by: Julius Volz <julius.volz@gmail.com>pull/4382/head
parent
11a93b2b37
commit
c96828fb57
|
@ -6,10 +6,11 @@ sort_rank: 1
|
||||||
|
|
||||||
# Querying Prometheus
|
# Querying Prometheus
|
||||||
|
|
||||||
Prometheus provides a functional expression language that lets the user select
|
Prometheus provides a functional query language called PromQL (Prometheus Query
|
||||||
and aggregate time series data in real time. The result of an expression can
|
Language) that lets the user select and aggregate time series data in real
|
||||||
either be shown as a graph, viewed as tabular data in Prometheus's expression
|
time. The result of an expression can either be shown as a graph, viewed as
|
||||||
browser, or consumed by external systems via the [HTTP API](api.md).
|
tabular data in Prometheus's expression browser, or consumed by external
|
||||||
|
systems via the [HTTP API](api.md).
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue