Commit 3bb5930c by Daniel Lee

docs: whats new tweaks

parent 7dc3303e
...@@ -66,7 +66,7 @@ The UX for editing a panel has gotten an update and the major feature is being a ...@@ -66,7 +66,7 @@ The UX for editing a panel has gotten an update and the major feature is being a
<source src="/assets/videos/new_panel_edit_ux.mp4" type="video/mp4"> <source src="/assets/videos/new_panel_edit_ux.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</div> </div>
### Google Stackdriver Datasource ### Google Stackdriver Datasource
...@@ -85,6 +85,7 @@ The Azure Monitor datasource integrates four Azure services with Grafana - Azure ...@@ -85,6 +85,7 @@ The Azure Monitor datasource integrates four Azure services with Grafana - Azure
Grafana now added support for provisioning alert notifiers from configuration files. Allowing operators to provision notifiers without using the UI or the API. A new field called `uid` has been introduced which is a string identifier that the administrator can set themselves. Same kind of identifier used for dashboards since v5.0. This feature makes it possible to use the same notifier configuration in multiple environments and refer to notifiers in dashboard json by a string identifier instead of the numeric id which depends on insert order and how many notifiers that exists in the instance. Grafana now added support for provisioning alert notifiers from configuration files. Allowing operators to provision notifiers without using the UI or the API. A new field called `uid` has been introduced which is a string identifier that the administrator can set themselves. Same kind of identifier used for dashboards since v5.0. This feature makes it possible to use the same notifier configuration in multiple environments and refer to notifiers in dashboard json by a string identifier instead of the numeric id which depends on insert order and how many notifiers that exists in the instance.
### Auth and session token improvements ### Auth and session token improvements
The previous session storage implementation in Grafana was causing problems in larger HA setups due to too many write requests to the database. The remember me token also have several security issues which is why we decided to rewrite auth middleware in Grafana and remove the session storage since most operations using the session storage could be rewritten to use cookies or data already made available earlier in the request. The previous session storage implementation in Grafana was causing problems in larger HA setups due to too many write requests to the database. The remember me token also have several security issues which is why we decided to rewrite auth middleware in Grafana and remove the session storage since most operations using the session storage could be rewritten to use cookies or data already made available earlier in the request.
If you are using `Auth proxy` for authentication the session storage will still be used but our goal is to remove this ASAP as well. If you are using `Auth proxy` for authentication the session storage will still be used but our goal is to remove this ASAP as well.
...@@ -94,8 +95,6 @@ This release will force all users to log in again since their previous token is ...@@ -94,8 +95,6 @@ This release will force all users to log in again since their previous token is
- The ElasticSearch datasource now supports [bucket script pipeline aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-bucket-script-aggregation.html). This gives the ability to do per bucket computations like the difference or ratio between two metrics. - The ElasticSearch datasource now supports [bucket script pipeline aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-bucket-script-aggregation.html). This gives the ability to do per bucket computations like the difference or ratio between two metrics.
- The way session storage works has been refactored to be more secure and to be more performant by doing fewer writes to the database.
- Support for Google Hangouts Chat alert notifications - Support for Google Hangouts Chat alert notifications
#### Technical Work - moving from Angular to React #### Technical Work - moving from Angular to React
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment