From 218025cfe22d6e76e9b87852313c0f16294e9511 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 26 Jun 2017 11:59:42 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b4d7f..2d33d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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), [#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254) - 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 ### Added