Update change log

This commit is contained in:
Alexander Zobnin
2017-06-26 11:59:42 +03:00
parent f095053ba5
commit 218025cfe2

View File

@@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[templating docs](http://docs.grafana-zabbix.org/guides/templating/#query-format), [templating docs](http://docs.grafana-zabbix.org/guides/templating/#query-format),
[#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254) [#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254)
- Update included dashboards. Add templated zabbix datasource and use it for all metrics. - Update included dashboards. Add templated zabbix datasource and use it for all metrics.
- Improved performance of groupBy() functions (at 6-10x faster than old).
### Added
- rate() function, which calculates per-second rate for growing counters.
- Benchmarks for time series functions. Used [Benchmark.js](https://github.com/bestiejs/benchmark.js) library.
## [3.4.0] - 2017-05-17 ## [3.4.0] - 2017-05-17
### Added ### Added