Commit Graph

16 Commits

Author SHA1 Message Date
Alexander Zobnin
5c3fc03659 Fix missing host name when direct db connection enabled, fixes #1265 2021-08-25 12:41:18 +03:00
Alexander Zobnin
2a836b9ecd Don't align IT services data 2021-08-06 13:22:43 +03:00
Alexander Zobnin
736f05d398 Fix data alignment for db connection queries 2021-08-06 12:31:05 +03:00
Alexander Zobnin
62f38df28a Apply data processing for the IT Service query on the backend 2021-08-05 17:59:58 +03:00
Alexander Zobnin
6c1722d2ef Refactor queries 2021-08-05 15:13:09 +03:00
Alexander Zobnin
e12b8cbefb Handle db connection response on the backend 2021-08-04 18:07:38 +03:00
Alexander Zobnin
dea321a124 Fix trendValue(sum) function for API queries, fixes #935 2021-03-09 15:11:36 +03:00
Alexander Zobnin
e37bf01e92 Fix data alignment error 2021-03-09 14:09:33 +03:00
Alexander Zobnin
07e90ebfb8 Fix field display name, fixes #1130 2021-03-09 13:48:29 +03:00
Alexander Zobnin
85065b0733 Fix explore error caused by mismatched series length, closes #1150 2021-02-15 19:11:17 +03:00
Alexander Zobnin
3c00d73e7e remove unnecessary logging 2021-02-15 17:22:01 +03:00
Alexander Zobnin
4c22b6fcef Option for using zabbix mapping, closes #1128 2021-02-04 13:58:25 +03:00
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
64f64ff71f remove lodash backward compatibility fixes 2020-05-07 11:57:22 +03:00
Alexander Zobnin
6729de0e48 Add series-specific variables for using in alias functions, #619 2020-04-13 15:13:54 +03:00
Alexander Zobnin
9430993b26 Chore: convert responseHandler to TS 2020-04-13 14:24:21 +03:00