From 590f1407f953d2a4485166cf05b004d50f9e3279 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Fri, 18 Sep 2020 06:56:30 -0700 Subject: [PATCH] Update whats-new-in-v7-2.md (#27641) --- docs/sources/guides/whats-new-in-v7-2.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/sources/guides/whats-new-in-v7-2.md b/docs/sources/guides/whats-new-in-v7-2.md index 58364bab704..8502fe7c896 100644 --- a/docs/sources/guides/whats-new-in-v7-2.md +++ b/docs/sources/guides/whats-new-in-v7-2.md @@ -23,6 +23,7 @@ The main highlights are: - [**Added table column filters**]({{< relref "#added-table-column-filters" >}}) - [**New field override selection options**]({{< relref "#new-field-override-selection-options" >}}) - [**New transformations and enhancements**]({{< relref "#new-transformations-and-enhancements" >}}) +- [**Drag to reorder queries**]({{< relref "#drag-to-reorder-queries" >}}) - [**Inspect queries in Explore**]({{< relref "#inspect-queries-in-explore" >}}) - [**$__rate_interval for Prometheus**]({{< relref "#__rate_interval-for-prometheus" >}}) - [**Toggle parsed Loki fields**]({{< relref "#toggle-parsed-loki-fields" >}}) @@ -80,10 +81,16 @@ Grafana 7.2 includes the following transformation enhancements: - A new [Group By]({{< relref "../panels/transformations.md#group-by">}}) transformation that allows you to group by multiple fields and add any number of aggregations for other fields. - The [Labels to fields]({{< relref "../panels/transformations.md#labels-to-fields">}}) transformation now allows you to pick one label and use that as the name of the value field. -- You can now move transformations up and down. Remember that transformations are processed in the order they are listed in the UI, so think before you move something! +- You can drag transformations to reorder them. Remember that transformations are processed in the order they are listed in the UI, so think before you move something! {{< docs-imagebox img="/img/docs/v72/transformations.gif" max-width="800px" caption="Group by and reordering of transformations" >}} +## Drag to reorder queries + +The up and down arrows, which were previously the only way to change query order, have been removed. Instead, there is now a grab icon that allows you to drag and drop queries in a list to change their order. + +{{< docs-imagebox img="/img/docs/v72/drag-queries.gif" max-width="800px" caption="Drag to reorder queries" >}} + ## Inspect queries in Explore You can enjoy all the details query inspector gave you in dashboards now in Explore as well. You can open query inspector tab with the button next to query history. See [Query inspector in Explore]({{< relref "../features/explore/index.md#query-inspector" >}}) for more details.