From 368494bb16d7a3912eb698685b6b85446185c601 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 30 Jan 2019 00:25:32 +0100 Subject: [PATCH] docs: update to what's new --- docs/sources/guides/whats-new-in-v6-0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sources/guides/whats-new-in-v6-0.md b/docs/sources/guides/whats-new-in-v6-0.md index 70117148dc9..57bd9055032 100644 --- a/docs/sources/guides/whats-new-in-v6-0.md +++ b/docs/sources/guides/whats-new-in-v6-0.md @@ -66,6 +66,14 @@ One of the goals of the Grafana v6.0 release is to add support for the three maj The Azure Monitor datasource integrates four Azure services with Grafana - Azure Monitor, Azure Log Analytics, Azure Application Insights and Azure Application Insights Analytics. +### Other features + +- 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 + #### 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.