From 95fdae64995da3ca1eee23af6ff63b45a3c880b8 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Wed, 20 May 2020 00:14:37 -0700 Subject: [PATCH] Docs: Update transformations.md (#24869) --- docs/sources/panels/transformations.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/sources/panels/transformations.md b/docs/sources/panels/transformations.md index 40e05676925..d3b70a01067 100644 --- a/docs/sources/panels/transformations.md +++ b/docs/sources/panels/transformations.md @@ -61,13 +61,19 @@ Transformations are available from the Transform tab in the bottom pane of the p Grafana comes with the following transformations: -- [Reduce](#reduce) - Reduce all rows or data points to a single value using a function like max, min, mean, or last. -- Filter by name - Filter a result set’s fields by name. This might be useful when you want to show only part of your result set. -- Filter by query - Filter a result set by the refId of the query. This might be useful when your result set consists of multiple time series and you want to show only some of them. -- Organize fields - Order, filter, and rename the fields in a result set. This transformation is useful when your result set contains for instance non human-readable field names or when - you want to display a table and alter the order of the columns. -- Join by field - Join multiple time series from a result set by field. -- Add field from calculation - Create new fields that are the result of result set row calculation. -- Labels to fields - Group a series by time and return labels as fields. +- [Transformations](#transformations) + - [Transformation execution order](#transformation-execution-order) + - [Prerequisites](#prerequisites) + - [Apply a transformation](#apply-a-transformation) + - [Transformation types and options](#transformation-types-and-options) + - [Reduce](#reduce) + - [Filter by name](#filter-by-name) + - [Filter data by query](#filter-data-by-query) + - [Organize fields](#organize-fields) + - [Join by field (outer join)](#join-by-field-outer-join) + - [Add field from calculation](#add-field-from-calculation) + - [Labels to fields](#labels-to-fields) + - [Debug transformations](#debug-transformations) Keep reading for detailed descriptions of each type of transformation and the options available for each, as well as suggestions for how to use them.