Transformations changes (#27716)
* Chunking out the long Transformation topic. Also, updated TOC. Local build looks fine. * More changes. * More re-arranging of content. Fixed links in Types and Options page. * Capitalization changes. * Changes to Overview section. * Fixed merge conflicts. * Fixed typo to fix build failure. * Update docs/sources/panels/transformations/types-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Changes from Diana. * Fixed a typo in a relref. * Fixed broken link. * Update link in Troubleshooting topic. * Added changes. * Fixed a bunch of broken links. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
co-authored by
Diana Payton
parent
042e5564ab
commit
c4c0e0253d
@@ -31,7 +31,8 @@ To apply a transformation:
|
||||
|
||||
To remove a transformation that is no longer needed, click the trash can icon.
|
||||
|
||||
## Debug transformations
|
||||
## 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" >}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "Transformation Types and Options"
|
||||
title = "Transformation types and options"
|
||||
type = "docs"
|
||||
[menu.docs]
|
||||
identifier = "transformation_types_and_options"
|
||||
@@ -161,7 +161,7 @@ Example: Given a query result of two time series
|
||||
1: labels Server=Server A, Datacenter=EU
|
||||
2: labels Server=Server B, Datacenter=EU
|
||||
|
||||
This would result in a table like this
|
||||
This would result in a table like this:
|
||||
|
||||
| Time | Server | Datacenter | Value |
|
||||
| ------------------- | -------- | ---------- | ----- |
|
||||
@@ -169,7 +169,8 @@ This would result in a table like this
|
||||
| 2020-07-07 11:34:20 | Server B | EU | 2 |
|
||||
|
||||
**Value field name**
|
||||
If you selected Server as in the **Value field name**, then you would get one field for every value of the Server label.
|
||||
|
||||
If you selected Server as the **Value field name**, then you would get one field for every value of the Server label.
|
||||
|
||||
| Time | Datacenter | Server A | Server B |
|
||||
| ------------------- | ---------- | -------- | -------- |
|
||||
|
||||
Reference in New Issue
Block a user