From faf16532305fe36670db90ef0e96c9735f3072de Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Thu, 29 Jul 2021 21:24:47 -0300 Subject: [PATCH] =?UTF-8?q?Fixed=20image=20urls=20for=20Geopmap=20and=20An?= =?UTF-8?q?notation=20list,=20added=20prettify=20JSON=E2=80=A6=20(#37382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed image urls for Geopmap and Annotation list, added prettify JSON logs * Update docs/sources/whatsnew/whats-new-in-v8-1.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> --- docs/sources/whatsnew/whats-new-in-v8-1.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sources/whatsnew/whats-new-in-v8-1.md b/docs/sources/whatsnew/whats-new-in-v8-1.md index 4be9a2d1534..210cfc8f669 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-1.md +++ b/docs/sources/whatsnew/whats-new-in-v8-1.md @@ -26,13 +26,13 @@ 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/geomap_heatmap.png" max-width="1200px" caption="Geomap panel: Heatmap" >}} +{{< figure src="/static/img/docs/geomap-panel/geomap_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/annolist/annolist.png" max-width="1200px" caption="Annotations panel" >}} +{{< figure src="/static/img/docs/annotation-panel/annolist.png" max-width="1200px" caption="Annotations panel" >}} ### Time series panel updates @@ -94,6 +94,10 @@ We have added timezone support. As a result, you can now specify the time zone u We changed the default behavior from creating a 1-hour span Loki query to the only query at the exact time the trace span started for the duration of it. For more fine grained control over this, you can shift this time in the tracing data source settings. Also, it is now possible to shift the start time and end time of the Loki query by the set amount. For more information, refer to [Trace to logs]({{< relref "../datasources/tempo.md#trace-to-logs" >}}). +### 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. + ### Plugin catalog - Updated UX and extended features We’ve made some changes to the plugins UI to help make it easier to discover and manage your plugins. Enterprise users can now also manage enterprise plugins from within the catalog.