Torkel Ödegaard 6 سال پیش
والد
کامیت
b8427ba379
2فایلهای تغییر یافته به همراه16 افزوده شده و 8 حذف شده
  1. 8 1
      docs/sources/features/explore/index.md
  2. 8 7
      docs/sources/guides/whats-new-in-v6-0.md

+ 8 - 1
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.
 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" >}}
+<div class="medium-6 columns">
+  <video width="800" height="500" controls>
+    <source src="/assets/videos/explore_loki.mp4" type="video/mp4">
+    Your browser does not support the video tag.
+  </video>
+</div>
+
+<br />
 
 
 #### Log Stream Selector
 #### Log Stream Selector
 
 

+ 8 - 7
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:
 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.
 - [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.
 - [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
 - [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.
 - [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
 - [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
 ## 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
 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.
 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,
 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
 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" >}}
 {{< docs-imagebox img="/img/docs/v60/explore_split.png" max-width="800px" caption="Screenshot of the new Explore option in the panel menu" >}}
 
 
+<br />
+
 ### Explore and Grafana Loki
 ### 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
 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
   </video>
   </video>
 </div>
 </div>
 
 
+<br />
+
 ## New Panel Editor
 ## New Panel Editor
 
 
 Grafana v6.0 has a completely redesigned UX around editing panels. You can now resize the visualization area if you want
 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
 - 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
 ## 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.
 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.