From ac4a7434cec5660dc719dbec86af50bb6d3d28d1 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 26 Jul 2017 14:16:54 +0300 Subject: [PATCH] update change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89fa03..b41bd87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added -- `consolidateBy` function, which allows to specify aggregation function for time series data. - Direct DB Connection, which allows to use existing SQL data source for querying history data directly from Zabbix database. - **Docs**: Direct DB Connection reference and configuration. +- `consolidateBy` function, which allows to specify aggregation function for time series data. - `movingAverage` and `exponentialMovingAverage` functions. +- _Item ID_ editor mode for querying items by id. ### Changed - IT Services query editor. Now user able to select multiple services by using regex, [#415](https://github.com/alexanderzobnin/grafana-zabbix/issues/415)