mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Doc update 8.1 what's new, draft 3 (#37406)
* Updated image paths, also updated prettified JSON section. * Rearranged content. * Added 2 new image links for prettified JSON section.
This commit is contained in:
parent
8433def04f
commit
e8e45f30c0
@ -26,17 +26,18 @@ These features are included in the Grafana open source edition.
|
||||
Grafana 8.1 introduces the foundation for our new map panel. This new panel leverages [OpenLayers](https://openlayers.org/) and gives us a flexible solution for extending the way we use the new Geomap panel moving forward. The new Geomap panel includes multiple base layer styles (map layer options), as well as a more open data layer. The data layer can use coordinates and geo-hashed data in addition to a lookup table.
|
||||
|
||||
The Geomap panel is also able to share views across multiple Geomap panels on the same dashboard, making it straightforward to visualize and explore multiple types of geospatial data using the same map zoom and focus settings. For more information, refer to [Geomap panel]({{< relref "../panels/visualizations/geomap.md" >}}).
|
||||
{{< figure src="/static/img/docs/geomap-panel/geomap_heatmap.png" max-width="1200px" caption="Geomap panel: Heatmap" >}}
|
||||
{{< figure src="/static/img/docs/geomap-panel/geomap_with_heatmap.png" max-width="1200px" caption="Geomap panel: Heatmap" >}}
|
||||
|
||||
## Annotation panel
|
||||
|
||||
The new Annotations panel shows a list of available annotations you can use to create lists of annotated data available within your organization. Various options are available to filter the list based on the tags and on the current dashboard. This panel makes it easy to find and filter annotated data within and across multiple dashboards.
|
||||
|
||||
{{< figure src="/static/img/docs/annotation-panel/annolist.png" max-width="1200px" caption="Annotations panel" >}}
|
||||
{{< figure src="/static/img/docs/annotations-panel/annolist.png" max-width="1200px" caption="Annotations panel" >}}
|
||||
|
||||
### Time series panel updates
|
||||
|
||||
The time series panel has been updated with the ability to color series and line by thresholds or gradient color scales. This allows users to create panels where the line color can change dynamically based on thresholds or using gradient color scales. It adds a layer of visibility to your data, making it more straightforward to quickly see changes across thresholds at a glance.
|
||||
The time series panel has been updated with the ability to color series and line by thresholds or gradient color scales. This allows users to create panels where the line color can change dynamically based on thresholds or using gradient color scales. It adds a layer of visibility to your data, making it easier to view the changes across thresholds at a glance quickly.
|
||||
|
||||
|
||||
Color scheme **From thresholds**:
|
||||
{{< figure src="/static/img/docs/time-series-panel/gradient_mode_scheme_thresholds_line.png" max-width="1200px" caption="Colors scheme: From thresholds" >}}
|
||||
@ -58,7 +59,7 @@ This transformation enables panel config (Threshold, Min, Max, etc.) to be deriv
|
||||
|
||||
#### Rows to fields (Beta)
|
||||
|
||||
This transformation enables rows in returned data to be converted into separate fields. Prior to this enhancement, you could style and configure fields individually, but not rows. For more information, refer to [Rows to fields transform]Added the ability annotations directly from the panel
|
||||
This transformation enables rows in returned data to be converted into separate fields. Prior to this enhancement, you could style and configure fields individually, but not rows. For more information, refer to [Rows to fields transform].
|
||||
|
||||
Example, Input:
|
||||
|
||||
@ -96,7 +97,15 @@ We changed the default behavior from creating a 1-hour span Loki query to the on
|
||||
|
||||
### Prettify JSON for Logs in Explore
|
||||
|
||||
Added the ability to format JSON to make it easier to view, review and find relevant data in JSON format logs.
|
||||
Added the ability to format JSON to make it easier to view, review and find relevant data in JSON format logs. This is a regular JSON log.
|
||||
|
||||
{{< figure src="/static/img/docs/panels/pretty-json/regular-log-line.png" max-width="1200px" caption="Regular log line" >}}
|
||||
|
||||
And here is the prettified JSON log.
|
||||
|
||||
{{< figure src="/static/img/docs/panels/pretty-json/prettified-json.png" max-width="1200px" caption="Prettified JSON" >}}
|
||||
|
||||
For more on how to prettify JSON logs, refer to [Visualization]({{< relref "../panels/visualizations/_index.md" >}}) and [Display]({{< relref "../panels/visualizations/logs-panel.md" >}}) options.
|
||||
|
||||
### Plugin catalog - Updated UX and extended features
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user