From 1d4cad85c0e759451a590a8b9222769bb17d97ac Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 23 Jul 2017 11:48:02 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b4e4b..6ee3a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Change Log + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) 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. + ### Fixed - Template variables support in annotations and triggers panel (trigger name field), [#428](https://github.com/alexanderzobnin/grafana-zabbix/issues/428)