3.10.0
Grafana-Zabbix 3.10.0
This release contains a lot of improvements and bug fixes. The most notable are the fully updated design for Problems panel (former Triggers) and support InfluxDB as Direct DB Connection datasource.
Full change log
[3.10.0] - 2019-02-14
Added
- Table-like layout for Problems (former Triggers) panel, #673
- Problems panel: able to show last problems from dashboard time range, #550
- Problems panel: filter problems by event tags, #487
- Problems panel: option for displaying groups and proxy, #418
- Support InfluxDB as Direct DB Connection datasource, #640, collaboration with Gleb Ivanovsky aka @i-ky
- Support datasource provisioning with direct DB connection enabled, #614
- Functions:
offset
function, #387, thanks to @drakosha - Functions:
removeAboveValue
,removeBelowValue
,transformNull
functions, #562, thanks to @gelonsoft
Fixed
- t.replace is not a function error when adding new metric, #661
- Problems panel: error when acknowledging problems in Zabbix 4.0, #629
- Problems panel: direct link rendered image, #605
- Direct DB Connection: Cannot read property 'name' of null error when no series returned, #571
- Direct DB Connection:
consolidateBy(sum)
does not work correctly, #603 - Direct DB Connection:
consolidateBy()
affects other metrics in a panel, #602