From b8427ba3790033d874faef8d6353b194cdd149ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 30 Jan 2019 17:28:43 +0100 Subject: [PATCH] Updated docs --- docs/sources/features/explore/index.md | 9 ++++++++- docs/sources/guides/whats-new-in-v6-0.md | 15 ++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/sources/features/explore/index.md b/docs/sources/features/explore/index.md index 6580bcf217f..25af18c2a3d 100644 --- a/docs/sources/features/explore/index.md +++ b/docs/sources/features/explore/index.md @@ -99,7 +99,14 @@ The Logs Explorer (the `Log labels` button) next to the query field shows a list Once the result is returned, the log panel shows a list of log rows and a bar chart where the x-axis shows the time and the y-axis shows the frequency/count. -{{< docs-imagebox img="/img/docs/v60/explore_loki.png" class="docs-image--no-shadow" caption="Explore Loki Log Streams" >}} +
+ +
+ +
#### Log Stream Selector diff --git a/docs/sources/guides/whats-new-in-v6-0.md b/docs/sources/guides/whats-new-in-v6-0.md index 184e038fc88..586277248bf 100644 --- a/docs/sources/guides/whats-new-in-v6-0.md +++ b/docs/sources/guides/whats-new-in-v6-0.md @@ -16,13 +16,14 @@ This update to Grafana introduces a new way of exploring your data, support for The main highlights are: -- [Explore]({{< relref "#explore" >}}) - A new query focused workflow for ad hoc data exploration and troubleshooting. +- [Explore]({{< relref "#explore" >}}) - A new query focused workflow for ad-hoc data exploration and troubleshooting. - [Grafana Loki]({{< relref "#explore-and-grafana-loki" >}}) - Integration with the new open source log aggregation system from Grafana Labs. - [Gauge Panel]({{< relref "#gauge-panel" >}}) - A new standalone panel for gauges. - [New Panel Editor UX]({{< relref "#easily-switch-visualization-with-panel-edit-ux-update" >}}) improves panel editing - and enables easy switch between different visualizations. + and enables easy switching between different visualizations. - [Google Stackdriver Datasource]({{< relref "#google-stackdriver-datasource" >}}) is out of beta and is officially released. - [Azure Monitor]({{< relref "#azure-monitor-datasource" >}}) plugin is ported from being an external plugin to being a core datasource +- [React Plugin]({{< relref "#react-panels-query-editors" >}}) support enables an easier way to build plugins. ## Explore @@ -36,7 +37,7 @@ For infrastructure monitoring and incident response, you no longer need to switc of observability - metrics and logs. Explore works with every datasource but for Prometheus we have customized the query editor and the experience to provide the best possible exploration UX. -#### Explore and Prometheus +### Explore and Prometheus Explore features a new [Prometheus query editor](/features/explore/#prometheus-specific-features). This new editor has improved autocomplete, metric tree selector, integrations with the Explore table view for easy label filtering and useful query hints that can automatically apply @@ -49,6 +50,8 @@ Explore supports splitting the view so you can compare different queries, differ {{< docs-imagebox img="/img/docs/v60/explore_split.png" max-width="800px" caption="Screenshot of the new Explore option in the panel menu" >}} +
+ ### Explore and Grafana Loki The log exploration & visualization features in Explore are available to any data source but are currently only implemented by the new open source log @@ -68,6 +71,8 @@ for other log sources to Explore and the next planned integration is Elasticsear +
+ ## New Panel Editor Grafana v6.0 has a completely redesigned UX around editing panels. You can now resize the visualization area if you want @@ -133,10 +138,6 @@ This release will force all users to log in again since their previous token is - Support for Google Hangouts Chat alert notifications -#### Technical Work - moving from Angular to React - -The Grafana team is putting a huge amount of work into converting the frontend code in Grafana from Angular to React. Currently, all external plugins for Grafana are written in Angular but we are planning to also support plugins written in React very soon. - ## Changelog Checkout the [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) file for a complete list of new features, changes, and bug fixes.