Alexander Zobnin
32ccb28c34
Prevent saving alerts with variables, fix #1100
2020-12-22 17:01:37 +03:00
Alexander Zobnin
1d15f3c11b
Fill trends with null values
2020-12-22 16:29:22 +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
ad378a81e1
Fix functions editor
2020-11-17 18:41:39 +03:00
Alexander Zobnin
0de6403be4
Problems: fix empty query editor, #988
2020-11-17 18:23:38 +03:00
Alexander Zobnin
c5a827fd63
bump plugin version to 4.0.2
2020-11-13 11:15:08 +03:00
Alexander Zobnin
c7d3d54a15
Add timeout to defaults
2020-11-10 16:41:13 +03:00
Alexander Zobnin
82819b20aa
Able to configure API request timeout, #1046
2020-11-10 16:39:06 +03:00
Alexander Zobnin
965216a607
Chore: clean up
2020-11-09 18:37:10 +03:00
Alexander Zobnin
28488cecff
Problems: fix long item values displaying
2020-11-09 17:54:57 +03:00
Alexander Zobnin
6c20b07c69
Problems: fix empty problems list when null value used as a filter
2020-11-03 12:17:30 +03:00
Alexander Zobnin
ca80493366
bump plugin version to 4.0.1
2020-09-02 09:56:04 +03:00
Alexander Zobnin
5ec8fc885b
Config: fix direct db connection ds selector, closes #1027
2020-08-28 18:03:23 +03:00
Alexander Zobnin
129705d39b
Suppress problem dependencies, fix #1024
2020-08-28 10:17:06 +03:00
Alexander Zobnin
91fbcbadfe
Add grafanaDependency to the plugin.json
2020-08-25 16:55:19 +03:00
Alexander Zobnin
0206ad1448
Fix problems panel tests
2020-08-25 16:03:23 +03:00
Alexander Zobnin
519e4064b2
bump plugin version to 4.0.0
2020-08-25 15:39:57 +03:00
Alexander Zobnin
804cc1cac6
Problems: invoke renderingCompleted() to update panelsRendered variable, fix #1016
2020-08-25 13:06:03 +03:00
Alexander Zobnin
21c8bc21b3
Chore: fix functions names
2020-08-06 15:26:16 +03:00
Alexander Zobnin
47bbf55e54
Fix reconnecting on request error
2020-08-06 15:15:38 +03:00
Alexander Zobnin
83077f6723
Problems: fix sorting by severity, fixes #921
2020-08-06 13:28:21 +03:00
Alexander Zobnin
cf7f864112
Problems: show tooltip with full description
2020-07-21 13:18:26 +03:00
Alexander Zobnin
e06298cc02
Problems: fix problems history
2020-07-21 12:54:54 +03:00
Alexander Zobnin
2bd04e9c22
fix tests
2020-07-21 10:12:56 +03:00
Alexander Zobnin
ac64a27c28
bump plugin version to 4.0.0-alpha4
2020-07-21 10:03:39 +03:00
Alexander Zobnin
b7c61a0a50
Problems: temporary disable macro expanding
2020-07-21 09:58:46 +03:00
Alexander Zobnin
fdd3b2f2e3
Query editor: do not fetch items in problems mode
2020-07-21 09:58:07 +03:00
Alexander Zobnin
6a1145c9fc
Problems: fix sorting
2020-07-21 09:47:06 +03:00
Alexander Zobnin
4293e519c3
Problems: don't add host filter if it includes all hosts
2020-07-21 09:31:00 +03:00
Alexander Zobnin
a4931e36b0
Problems: move tag filter to API query
2020-07-20 17:29:33 +03:00
Alexander Zobnin
a2e978e451
bump plugin version to 4.0.0-alpha3
2020-07-17 17:28:10 +03:00
Alexander Zobnin
937f582326
Problems: disable skipDependent flag in trigger.get query, fixes #955
2020-07-17 14:37:10 +03:00
Alexander Zobnin
fd1242a6d7
Bump plugin version to 4.0.0-alpha2
2020-06-18 12:26:04 +03:00
Alexander Zobnin
98408bf92c
remove old alerting tests
2020-06-18 12:09:09 +03:00
Alexander Zobnin
dd38425c76
Remove old alerting feature
2020-06-18 12:05:06 +03:00
Alexander Zobnin
4c40e18c5b
Problems: fix item value tooltip placement
2020-06-17 13:04:31 +03:00
Alexander Zobnin
05d6af4dce
Problems: use severity filter from panel options
2020-06-17 12:55:38 +03:00
Alexander Zobnin
00f9c25a79
Fix problems panel migration when panel options is not opened
2020-06-10 12:11:13 +03:00
Alexander Zobnin
b9e5bedd39
bump plugin version to 4.0.0-alpha1
2020-06-04 18:34:33 +03:00
Alexander Zobnin
9ca17dc033
fix datasource tests
2020-06-04 12:57:16 +03:00
Alexander Zobnin
5e5325ed35
Fix error handling in Ack and Exec modals
2020-06-02 13:01:31 +03:00
Alexander Zobnin
c4f8fb1501
Execute script modal: fix type errors
2020-06-02 12:31:04 +03:00
Alexander Zobnin
1cdd8a97e4
Merge branch 'exec-script' into backend
2020-06-02 12:29:08 +03:00
Alexander Zobnin
1f19697b61
Merge branch 'master' into exec-script
2020-06-02 12:23:15 +03:00
Alexander Zobnin
a9c96c2634
fix open password removing
2020-06-02 09:25:32 +03:00
Alexander Zobnin
df12c0443d
Fix query config editor
2020-06-01 18:38:40 +03:00
Alexander Zobnin
48767fe479
Update datasource config editor
2020-06-01 18:05:50 +03:00
Alexander Zobnin
9f344cb867
Refactor API calls
2020-05-29 12:33:37 +03:00
Alexander Zobnin
3a50146df7
ignore lodash _.move
2020-05-29 10:40:04 +03:00
Alexander Zobnin
11405d4dde
Merge branch 'master' into backend
2020-05-29 10:33:11 +03:00