From c96828fb57fb9029eb06587e08b1b7607f4b6965 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 18 Dec 2018 11:57:00 +0100 Subject: [PATCH] Mention PromQL by name in querying basics doc (#4996) Signed-off-by: Julius Volz --- docs/querying/basics.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/querying/basics.md b/docs/querying/basics.md index 7043bca59c..74804f298d 100644 --- a/docs/querying/basics.md +++ b/docs/querying/basics.md @@ -6,10 +6,11 @@ sort_rank: 1 # Querying Prometheus -Prometheus provides a functional expression language that lets the user select -and aggregate time series data in real time. The result of an expression can -either be shown as a graph, viewed as tabular data in Prometheus's expression -browser, or consumed by external systems via the [HTTP API](api.md). +Prometheus provides a functional query language called PromQL (Prometheus Query +Language) that lets the user select and aggregate time series data in real +time. The result of an expression can either be shown as a graph, viewed as +tabular data in Prometheus's expression browser, or consumed by external +systems via the [HTTP API](api.md). ## Examples