From 8f7c0701b1d829a517d68de0c485b2fd679afa8b Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 15 Jun 2017 22:13:45 +0300 Subject: [PATCH] Update Change Log --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40296d3..969074a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Item name expanding when key contains commas in quoted params, like my_key["a=1,b=2",c,d] +### Changed +- Template query format. New format is `{group}{host}{app}{item}`. It allows to use names with dot. Updated + [templating docs](http://docs.grafana-zabbix.org/guides/templating/#query-format), + [#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254) + ## [3.4.0] - 2017-05-17 ### Added - **Alerting**: highlight panel contained metrics with fired triggers.