mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Add transformations doc link for What's New v9.2 (#65673)
* Add transformations doc link Add transformations doc link to `Transformations: INNER JOINs` section. Related issue: https://github.com/grafana/grafana/issues/65671 * Apply suggestions from code review Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
parent
9fd50717c7
commit
b86c0bc4fa
@ -140,8 +140,8 @@ For details on using this functionality, see [GitHub pull request #55313](https:
|
||||
|
||||
## Transformations: INNER JOINs
|
||||
|
||||
Transformations allow you to shape raw data from data sources, like metrics series or GitHub issues, into a format that's appropriate for the chosen visualization.
|
||||
We have extended the Join transformation to support INNER JOINs in addition to OUTER JOINs. These work similarly to SQL JOINs.
|
||||
[Transformations]({{< relref "../panels-visualizations/query-transform-data/transform-data/" >}}) allow you to shape raw data from data sources, like metrics series or GitHub issues, into a format that's appropriate for the chosen visualization.
|
||||
We have extended the [Join transformation]({{< relref "../panels-visualizations/query-transform-data/transform-data/#join-by-field" >}}) to support INNER JOINs in addition to OUTER JOINs. These work similarly to SQL JOINs.
|
||||
|
||||
{{< figure src="/static/img/docs/transformations/transform-outer-join-9-2.png" max-width="750px" caption="Query builder groupings for Google Cloud monitoring" >}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user