@@ -99,7 +99,14 @@ The Logs Explorer (the `Log labels` button) next to the query field shows a list
...
@@ -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.
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
...
@@ -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
...
@@ -49,6 +50,8 @@ Explore supports splitting the view so you can compare different queries, differ
{{<docs-imageboximg="/img/docs/v60/explore_split.png"max-width="800px"caption="Screenshot of the new Explore option in the panel menu">}}
{{<docs-imageboximg="/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
...
@@ -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
...
@@ -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.