Commit e9e16cee by Diana Payton Committed by GitHub

Docs: Grafana whats new 7.4 (#30404)

* Create whats-new-in-v7-4.md

* Update whats-new-in-v7-4.md

* Update types-options.md

* Update whats-new-in-v7-4.md

* Updated image paths

* minor edits

* updates

* content updates

* Update docs/sources/whatsnew/whats-new-in-v7-4.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update docs/sources/whatsnew/whats-new-in-v7-4.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
parent b9b6af94
......@@ -33,7 +33,7 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/i
- **Data source -** Target data source.
- **Tags -** The tags that will be used in the Loki query. Default is `'cluster', 'hostname', 'namespace', 'pod'`.
{{< docs-imagebox img="/img/docs/v74/trace-to-logs-settings.png" class="docs-image--no-shadow" caption="Screenshot of the trace to logs settings" >}}
![Trace to logs settings](/img/docs/explore/trace-to-logs-settings-7-4.png "Screenshot of the trace to logs settings")
## Query traces
......
......@@ -32,7 +32,7 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/i
- **Data source -** Target data source.
- **Tags -** The tags that will be used in the Loki query. Default is `'cluster', 'hostname', 'namespace', 'pod'`.
{{< docs-imagebox img="/img/docs/v74/trace-to-logs-settings.png" class="docs-image--no-shadow" caption="Screenshot of the trace to logs settings" >}}
![Trace to logs settings](/img/docs/explore/trace-to-logs-settings-7-4.png "Screenshot of the trace to logs settings")
## Query traces
......
......@@ -33,7 +33,7 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/i
- **Data source -** Target data source.
- **Tags -** The tags that will be used in the Loki query. Default is `'cluster', 'hostname', 'namespace', 'pod'`.
{{< docs-imagebox img="/img/docs/v74/trace-to-logs-settings.png" class="docs-image--no-shadow" caption="Screenshot of the trace to logs settings" >}}
![Trace to logs settings](/img/docs/explore/trace-to-logs-settings-7-4.png "Screenshot of the trace to logs settings")
## Query traces
......
......@@ -306,9 +306,9 @@ Clicking anywhere on the span row shows span details.
> This feature is only available in Grafana 7.4+.
You can navigate from a span in a trace view directly to logs relevant for that span. This is available for Tempo, Jaeger and Zipkin data source at this moment. See their relevant documentation for instruction how to configure this feature.
You can navigate from a span in a trace view directly to logs relevant for that span. This is available for Tempo, Jaeger, and Zipkin data source at this moment. See their relevant documentation for instruction how to configure this feature.
{{< docs-imagebox img="/img/docs/v74/trace-to-logs.png" class="docs-image--no-shadow" caption="Screenshot of the trace view in Explore with new icon next to the spans" >}}
![Trace to logs](/img/docs/explore/trace-to-log-7-4.png "Screenshot of the trace to logs")
Click the document icon to open a split view in Explore with the configured data source and query relevant logs for the span.
......
......@@ -7,20 +7,23 @@ weight = 300
Grafana comes with the following transformations:
- [Reduce](#reduce)
- [Filter data by name](#filter-data-by-name)
- [Filter data by query](#filter-data-by-query)
- [Filter data by value](#filter-data-by-value)
- [Organize fields](#organize-fields)
- [Outer join](#join-by-field-outer-join)
- [Series to rows](#series-to-rows)
- [Add field from calculation](#add-field-from-calculation)
- [Labels to fields](#labels-to-fields)
- [Concatenate fields](#concatenate-fields)
- [Sort by](#sort-by)
- [Group by](#group-by)
- [Merge](#merge)
- [Rename by regex](#rename-by-regex)
- [Transformation types and options](#transformation-types-and-options)
- [Reduce](#reduce)
- [Merge](#merge)
- [Filter data by name](#filter-data-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)
- [Value field name](#value-field-name)
- [Merging behavior](#merging-behavior)
- [Sort by](#sort-by)
- [Group by](#group-by)
- [Concatenate fields](#concatenate-fields)
- [Series to rows](#series-to-rows)
- [Filter data by value](#filter-data-by-value)
- [Rename by regex](#rename-by-regex)
Keep reading for detailed descriptions of each type of transformation and the options available for each, as well as suggestions on how to use them.
......@@ -373,20 +376,23 @@ Here is the result after applying the Series to rows transformation.
This transformation allows you to filter your data directly in Grafana and remove some data points from your query result. You have the option to include or exclude data that match one or more conditions you define. The conditions are applied on a selected field.
The available conditions are:
This transformation is very useful if your data source does not natively filter by values. You might also use this to narrow values to display if you are using a shared query.
- **Regex**: match a regex expression
- **Is Null**: match if the value is null
- **Is Not Null**: match if the value is not null
- **Equal**: match if the value is equal to the specified value
- **Different**: match if the value is different than the specified value
- **Greater**\*: match if the value is greater than the specified value
- **Lower**\*: match if the value is lower than the specified value
- **Greater or equal**\*: match if the value is greater or equal
- **Lower or equal**\*: match if the value is lower or equal
- **Range**\*: match a range between a specified minimum and maximum, min and max included
The available conditions for all fields are:
\* Those conditions are only available for number fields.
- **Regex:** Match a regex expression
- **Is Null:** Match if the value is null
- **Is Not Null:** Match if the value is not null
- **Equal:** Match if the value is equal to the specified value
- **Different:** match if the value is different than the specified value
The available conditions for number fields are:
- **Greater:** Match if the value is greater than the specified value
- **Lower:** Match if the value is lower than the specified value
- **Greater or equal:** Match if the value is greater or equal
- **Lower or equal:** Match if the value is lower or equal
- **Range:** Match a range between a specified minimum and maximum, min and max included
Consider the following data set:
......
......@@ -11,24 +11,25 @@ as info on deprecations, breaking changes and plugin development read the [relea
## Grafana 7
* [What's new in 7.3]({{< relref "whats-new-in-v7-3" >}})
* [What's new in 7.2]({{< relref "whats-new-in-v7-2" >}})
* [What's new in 7.1]({{< relref "whats-new-in-v7-1" >}})
* [What's new in 7.0]({{< relref "whats-new-in-v7-0" >}})
- [What's new in 7.4]({{< relref "whats-new-in-v7-4" >}})
- [What's new in 7.3]({{< relref "whats-new-in-v7-3" >}})
- [What's new in 7.2]({{< relref "whats-new-in-v7-2" >}})
- [What's new in 7.1]({{< relref "whats-new-in-v7-1" >}})
- [What's new in 7.0]({{< relref "whats-new-in-v7-0" >}})
## Grafana 6
* [What's new in 6.7]({{< relref "whats-new-in-v6-7" >}})
* [What's new in 6.6]({{< relref "whats-new-in-v6-6" >}})
* [What's new in 6.5]({{< relref "whats-new-in-v6-5" >}})
* [What's new in 6.4]({{< relref "whats-new-in-v6-4" >}})
* [What's new in 6.3]({{< relref "whats-new-in-v6-3" >}})
* [What's new in 6.2]({{< relref "whats-new-in-v6-2" >}})
* [What's new in 6.1]({{< relref "whats-new-in-v6-1" >}})
* [What's new in 6.0]({{< relref "whats-new-in-v6-0" >}})
- [What's new in 6.7]({{< relref "whats-new-in-v6-7" >}})
- [What's new in 6.6]({{< relref "whats-new-in-v6-6" >}})
- [What's new in 6.5]({{< relref "whats-new-in-v6-5" >}})
- [What's new in 6.4]({{< relref "whats-new-in-v6-4" >}})
- [What's new in 6.3]({{< relref "whats-new-in-v6-3" >}})
- [What's new in 6.2]({{< relref "whats-new-in-v6-2" >}})
- [What's new in 6.1]({{< relref "whats-new-in-v6-1" >}})
- [What's new in 6.0]({{< relref "whats-new-in-v6-0" >}})
## Grafana 5
* [What's new in 5.4]({{< relref "whats-new-in-v5-4" >}})
* [What's new in 5.3]({{< relref "whats-new-in-v5-3" >}})
* [What's new in 5.2]({{< relref "whats-new-in-v5-2" >}})
* [What's new in 5.1]({{< relref "whats-new-in-v5-1" >}})
* [What's new in 5.0]({{< relref "whats-new-in-v5-0" >}})
- [What's new in 5.4]({{< relref "whats-new-in-v5-4" >}})
- [What's new in 5.3]({{< relref "whats-new-in-v5-3" >}})
- [What's new in 5.2]({{< relref "whats-new-in-v5-2" >}})
- [What's new in 5.1]({{< relref "whats-new-in-v5-1" >}})
- [What's new in 5.0]({{< relref "whats-new-in-v5-0" >}})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment