Commit Graph

11 Commits

Author SHA1 Message Date
Alexander Zobnin
83618178f0 Use Data frames response format (#1099)
* Use data frames for numeric data

* Use data frames for text data

* Use data frames for IT services

* fix multiple series

* Convert to the wide format if possible

* Fix table format for text data

* Add refId to the data frames

* Align time series from Zabbix API

* Fill gaps with nulls

* Fix moving average functions

* Option for disabling data alignment

* remove unused logging

* Add labels to data frames

* Detect units

* Set min and max for if percent unit used

* Use value mapping from Zabbix

* Rename unitConverter -> convertZabbixUnit

* More units

* Add missing points in front of each series

* Fix handling table data

* fix db connector data frames handling

* fix it services data frames handling

* Detect all known grafana units

* Chore: remove unused logging

* Fix problems format

* Debug logging: show original units

* Add global option for disabling data alignment

* Add tooltip for the disableDataAlignment feature

* Add note about query options

* Functions for aligning timeseries on the backend
2020-12-22 15:33:14 +03:00
Alexander Zobnin
83077f6723 Problems: fix sorting by severity, fixes #921 2020-08-06 13:28:21 +03:00
Alexander Zobnin
a4931e36b0 Problems: move tag filter to API query 2020-07-20 17:29:33 +03:00
Alexander Zobnin
d2a1a7797b always return array from problems requests 2020-05-27 09:55:57 +03:00
Alexander Zobnin
938b3cdc05 fix annotations, closes #964 2020-05-26 09:27:24 +03:00
Alexander Zobnin
13b0a2db78 Problems: push only existing triggers to the problems list, #954 2020-05-22 12:51:39 +03:00
Alexander Zobnin
0381f7fcba Chore: remove unused imports 2020-05-22 12:49:39 +03:00
Alexander Zobnin
056f82731e Problems: use problems.get method for fetching triggers, closes #495 2020-05-15 18:17:54 +03:00
Alexander Zobnin
2588fd5c50 Problems: more work on options migration 2020-05-13 18:13:25 +03:00
Alexander Zobnin
0916f2eff7 Problems: fix filtering by tags 2020-05-08 15:29:38 +03:00
Alexander Zobnin
29d902326a Move problems query to the data source 2020-05-07 13:38:55 +03:00