From 7cd27d95760fac15f575ea4aa93ea0f7d7a6baea Mon Sep 17 00:00:00 2001 From: Marcus Andersson Date: Wed, 9 Sep 2020 08:56:20 +0200 Subject: [PATCH] Docs: added version note to the group-by transformation (#27423) * added version notice to the group by documentation. * updated to new suggestion. --- docs/sources/panels/transformations.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels/transformations.md b/docs/sources/panels/transformations.md index 8cc85512302..1d7007e7061 100644 --- a/docs/sources/panels/transformations.md +++ b/docs/sources/panels/transformations.md @@ -98,7 +98,7 @@ After I apply the transformation, there is no time value and each column has bee ### Merge -> **Note:** This documentation refers to a Grafana 7.1 feature. +> **Note:** This transformation is only available in Grafana 7.1+. Use this transformation to combine the result from multiple queries into one single result. This is helpful when using the table panel visualization. Values that can be merged are combined into the same row. Values are mergeable if the shared fields contains the same data. @@ -226,6 +226,8 @@ After I apply the transformation, my labels appear in the table as fields. ### Group By +> **Note:** This transformation is only available in Grafana 7.2+. + This transformation groups the data by a specified field (column) value and processes calculations on each group. The available calculations are the same as the Reduce transformation. Here's an example of original data. @@ -286,7 +288,7 @@ This transformation allows you to extract some key information out of your time ## Series to rows -> **Note:** This documentation refers to a Grafana 7.1 feature. +> **Note:** This transformation is only available in Grafana 7.1+. Use this transformation to combine the result from multiple time series data queries into one single result. This is helpful when using the table panel visualization.