mirror of https://github.com/grafana/grafana
Docs: Clarify transformation functions reference docs (#46903)
* Docs: Remove 'Reference' prefix from all reference topic filenames: Per issue #46818, prefixing reference topics with "Reference" can damage usability. Remove the prefix from filenames. * Docs: Remove "Reference:" prefix from titles and ToC headings: Per issue #46818, prefixing reference topics with "Reference" can damage usability. Remove the prefix from titles and ToC headings. H1s retain the prefix to emphasize the nature of the doc without affecting the docs' discoverability. * Docs: Move Transformation functions reference alongside Transformation docs * Docs: Update links to reference docs in Transformation docs * Docs: Update links to reference docs in Panels docs * Docs: Update links to query options reference across docs * Docs: Update links to standard field definitions reference across docs * Docs: Update links to calculation types reference across docs * Docs: Update links to transformation functions reference across docs * Docs: Rename apply transformation doc filename to add transformation * Docs: Rename apply transformation doc to add transformation * Docs: Update links to add transformation doc across docs * Docs: Update relrefs in Transformation functions referencepull/48059/head
parent
79d328fcbc
commit
d93bcd547e
@ -1,10 +1,10 @@ |
||||
+++ |
||||
title = "Reference: Calculation types" |
||||
aliases = ["/docs/grafana/latest/panels/calculations-list/", "/docs/sources/panels/reference-calculation-types/"] |
||||
title = "Calculation types" |
||||
aliases = ["/docs/grafana/latest/panels/calculations-list/", "/docs/sources/panels/reference-calculation-types/", "/docs/grafana/latest/panels/reference-calculation-types"] |
||||
weight = 1100 |
||||
+++ |
||||
|
||||
# Reference: Calculations |
||||
# Reference: Calculation types |
||||
|
||||
Refer to the following list of calculations you can perform in Grafana. You can find these calculations in the **Transform** tab and in the bar gauge, gauge, and stat visualizations. |
||||
|
@ -1,6 +1,6 @@ |
||||
+++ |
||||
title = "Reference: Query options" |
||||
aliases = ["/docs/sources/panels/reference-query-options/"] |
||||
title = "Query options" |
||||
aliases = ["/docs/sources/panels/reference-query-options/", "/docs/grafana/latest/panels/reference-query-options"] |
||||
weight = 900 |
||||
+++ |
||||
|
@ -1,6 +1,6 @@ |
||||
+++ |
||||
title = "Reference: Standard field definitions" |
||||
aliases = ["/docs/sources/panels/reference-standard-field-definitions/"] |
||||
title = "Standard field definitions" |
||||
aliases = ["/docs/sources/panels/reference-standard-field-definitions/", "/docs/grafana/latest/panels/reference-standard-field-definitions"] |
||||
weight = 1200 |
||||
+++ |
||||
|
@ -0,0 +1,30 @@ |
||||
+++ |
||||
title = "Add a transformation to data" |
||||
weight = 20 |
||||
aliases = ["/docs/sources/panels/transform-data/add-transformation-to-data/", "/docs/sources/panels/transform-data/apply-transformation-to-data", "/docs/grafana/latest/panels/transform-data/apply-transformation-to-data"] |
||||
+++ |
||||
|
||||
# Add a transformation function to data |
||||
|
||||
The following steps guide you in adding a transformation to data. This documentation does not include steps for each type of transformation. For a complete list of transformations, refer to [Transformation functions]({{< relref "transformation-functions.md" >}}). |
||||
|
||||
## Before you begin |
||||
|
||||
- [Add a query]({{< relref "../query-a-data-source/add-a-query.md" >}}). |
||||
|
||||
**To apply a transformation function to data**: |
||||
|
||||
1. Navigate to the panel where you want to add one or more transformations. |
||||
1. Click the panel title and then click **Edit**. |
||||
1. Click the **Transform** tab. |
||||
1. Click a transformation. |
||||
|
||||
A transformation row appears where you configure the transformation options. For more information about how to configure a transformation, refer to [Transformation functions]({{< relref "transformation-functions.md" >}}). |
||||
|
||||
For information about available calculations, refer to [Calculation types]({{< relref "../calculation-types.md" >}}). |
||||
|
||||
1. To apply another transformation, click **Add transformation**. |
||||
|
||||
This transformation acts on the result set returned by the previous transformation. |
||||
|
||||
{{< figure src="/static/img/docs/transformations/transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}} |
@ -1,30 +0,0 @@ |
||||
+++ |
||||
title = "Apply a transformation to data" |
||||
weight = 20 |
||||
aliases = ["/docs/sources/panels/transform-data/apply-transformation-to-data/"] |
||||
+++ |
||||
|
||||
# Apply a transformation function to data |
||||
|
||||
The following steps guide you in applying a transformation to data. This documentation does not include steps for each type of transformation. For a complete list of transformations, refer to [Reference: Transformation functions]({{< relref "../reference-transformation-functions.md" >}}). |
||||
|
||||
## Before you begin |
||||
|
||||
- [Add a query]({{< relref "../query-a-data-source/add-a-query.md" >}}). |
||||
|
||||
**To apply a transformation function to data**: |
||||
|
||||
1. Navigate to the panel where you want to add one or more transformations. |
||||
1. Click the panel title and then click **Edit**. |
||||
1. Click the **Transform** tab. |
||||
1. Click a transformation. |
||||
|
||||
A transformation row appear where you configure the transformation options. For more information about how to configure a transformation, refer to [Reference: Transformation functions]({{< relref "../reference-transformation-functions.md" >}}). |
||||
|
||||
For information about available calculations, refer to [Reference: Calculations]({{< relref "../reference-calculation-types.md" >}}). |
||||
|
||||
1. To apply another transformation, click **Add transformation**. |
||||
|
||||
This transformation acts on the result set returned by the previous transformation. |
||||
|
||||
{{< figure src="/static/img/docs/transformations/transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}} |
Loading…
Reference in new issue