From 18f4d022627e1e6a9ea866fd2e55878c8d40c64f Mon Sep 17 00:00:00 2001 From: Kristina Date: Fri, 16 Sep 2022 08:50:18 -0500 Subject: [PATCH] Docs: Update enter/shift+enter details for prometheus query field (#52607) * Update for accuracy * Update docs/sources/explore/query-management.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/explore/query-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/explore/query-management.md b/docs/sources/explore/query-management.md index 96f9396dfb5..cce4fa73efb 100644 --- a/docs/sources/explore/query-management.md +++ b/docs/sources/explore/query-management.md @@ -88,7 +88,7 @@ On the left side of the query field, click **Metrics** to open the Metric Explor ### Query field -The Query field supports autocomplete for metric names, function and works mostly the same way as the standard Prometheus query editor. Press the enter key to execute a query. +The Query field supports autocomplete for metric names and functions, comparable to the standard Prometheus query editor. Press the Enter key to create a new line and Shift+Enter to execute a query. The autocomplete menu can be triggered by pressing Ctrl+Space. The Autocomplete menu contains a new History section with a list of recently executed queries.