update change log

This commit is contained in:
Alexander Zobnin
2017-07-26 14:16:54 +03:00
parent f211fdf5d4
commit ac4a7434ce

View File

@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
### Added ### 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. - 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. - **Docs**: Direct DB Connection reference and configuration.
- `consolidateBy` function, which allows to specify aggregation function for time series data.
- `movingAverage` and `exponentialMovingAverage` functions. - `movingAverage` and `exponentialMovingAverage` functions.
- _Item ID_ editor mode for querying items by id.
### Changed ### Changed
- IT Services query editor. Now user able to select multiple services by using regex, [#415](https://github.com/alexanderzobnin/grafana-zabbix/issues/415) - IT Services query editor. Now user able to select multiple services by using regex, [#415](https://github.com/alexanderzobnin/grafana-zabbix/issues/415)