The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/panels/transformations/apply-transformations.md

1.4 KiB

+++ title = "Apply a transformation" weight = 300 +++

Apply transformations

You can apply transformations from the Transform tab of the Grafana panel editor, which is located next to the Queries tab. See also, Debug transformations.

To apply a transformation:

  1. Navigate to the panel where you want to add one or more transformations.

  2. Click the panel title and then click Edit.

  3. Click the Transform tab.

  4. Click a transformation to select it.

    A transformation row displays. You can configure the transformation options here. For more information, refer to [Transformation types and options]({{< relref "types-options.md" >}}).

  5. Click Add transformation to apply another transformation.

    This next transformation acts on the result set returned by the previous transformation.

    {{< docs-imagebox img="/img/docs/transformations/transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}}

Delete a transformation

To remove a transformation that is no longer needed, click the trash can icon.

Debug transformations

To see the input and the output result sets of the transformation, click the bug icon on the right side of the transformation row Grafana displays the transformation debug view below the transformation row. {{< docs-imagebox img="/img/docs/transformations/debug-transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}}