Alexander Zobnin
|
62509caeb9
|
Fixed annotations bug with time filtering, fixes #244.
|
2016-11-07 21:03:42 +03:00 |
|
Tom Zhang
|
e68adb0aec
|
not show host name when only 1 host selected fix #261
|
2016-09-30 13:36:13 +09:30 |
|
Pedro Henrique Ribeiro Freitas
|
2a66cac230
|
new function percentil
|
2016-09-28 16:42:24 -03:00 |
|
Alexander Zobnin
|
65308375f4
|
Fixed linter warnings.
|
2016-09-27 20:28:18 +03:00 |
|
Alexander Zobnin
|
07ad717df4
|
Fix backward compatibility with lodash 2.4, fixes #279.
|
2016-09-27 20:15:05 +03:00 |
|
Alexander Zobnin
|
d4f5a100e7
|
Merge branch 'develop'
|
2016-09-24 14:02:49 +03:00 |
|
Alexander Zobnin
|
dc72bc2780
|
Fixed undefined host names after lodash upgrade.
|
2016-09-24 14:02:20 +03:00 |
|
Alexander Zobnin
|
aa882d752e
|
Add top N and bottom N filter functions, closes #241.
|
2016-09-24 12:53:18 +03:00 |
|
Alexander Zobnin
|
dfbcce9c8f
|
Fix connection errors handling, fixes #236.
|
2016-09-24 11:08:22 +03:00 |
|
Alexander Zobnin
|
f44fce8d75
|
Add delta() series transform function, closes #172.
|
2016-09-24 10:33:47 +03:00 |
|
Alexander Zobnin
|
6fa1a86fd2
|
Merge branch 'develop'
|
2016-09-24 10:07:29 +03:00 |
|
Alexander Zobnin
|
70503a0647
|
Fixed lodash migration issues after upgrade to 4.x.
Moved: _.contains -> _.includes
_.object -> _.zipObject
_.first - replaced by native slice()
|
2016-09-17 22:33:19 +03:00 |
|
Alexander Zobnin
|
74503655bd
|
Fixed missed lodash indexBy() after upgrade to 4.x.
|
2016-09-15 22:14:26 +03:00 |
|
Alexander Zobnin
|
4d6a0451b7
|
Merge pull request #262 from xiaohuiz/expand-trigger-description
enable expanding MACRO in trigger descriptions
|
2016-08-31 20:17:41 +03:00 |
|
Tom Zhang
|
0e5cd2efba
|
enable expanding MACRO in trigger descriptions
|
2016-08-24 13:08:46 +09:30 |
|
Alexander Zobnin
|
e64ae98378
|
Add trend using tests. Use sinon for checking functions calls.
|
2016-08-14 14:53:40 +03:00 |
|
Alexander Zobnin
|
d247fc8a99
|
Initial unit tests (using Mocha and Chai asserts).
|
2016-08-14 11:58:53 +03:00 |
|
Alexander Zobnin
|
2882a48f25
|
Support template variables in functions, fixes #205.
|
2016-08-13 20:28:24 +03:00 |
|
Alexander Zobnin
|
f3f308d7e2
|
Datasource refactor.
|
2016-08-13 18:41:19 +03:00 |
|
Alexander Zobnin
|
ca5bd47544
|
Removed unused logging.
|
2016-08-13 15:52:10 +03:00 |
|
Alexander Zobnin
|
a22ad010a6
|
Use history for text data queries, fixes #250.
|
2016-08-13 10:05:48 +03:00 |
|
Alexander Zobnin
|
24969cd560
|
Acknowledges: use tooltip instead inner table.
|
2016-07-31 12:53:35 +03:00 |
|
Alexander Zobnin
|
4fbaf14dc6
|
Merge branch 'master' of https://github.com/xiaohuiz/grafana-zabbix into xiaohuiz-master
|
2016-07-30 18:03:16 +03:00 |
|
Alexander Zobnin
|
e4eea7f21d
|
Fixed docs url in function editor.
|
2016-07-19 23:10:28 +03:00 |
|
Tom Zhang
|
7842f468d4
|
add acknowledge trigger event function.
|
2016-07-14 11:10:48 +09:30 |
|
Alexander Zobnin
|
fa363f8a4e
|
Move query options to top of metric functions.
|
2016-07-03 09:59:59 +03:00 |
|
Alexander Zobnin
|
5398d3f294
|
Fix #233 - auto wrap template variable with /^ $/
|
2016-07-03 09:51:22 +03:00 |
|
Alexander Zobnin
|
e436479a96
|
Fixed bug with sumSeries() and series with 0 values.
|
2016-06-19 23:14:50 +03:00 |
|
Alexander Zobnin
|
a03c5ba092
|
Update metrics when item selected from dropdown.
|
2016-06-19 22:23:20 +03:00 |
|
Alexander Zobnin
|
c3da65e237
|
Resolved #201 - add scale() function.
|
2016-06-19 20:14:14 +03:00 |
|
Alexander Zobnin
|
744ffa0721
|
Fixed new query options.
|
2016-04-28 19:56:55 +03:00 |
|
Alexander Zobnin
|
a22aeb12f9
|
Renamed query editor modes.
|
2016-04-28 19:27:10 +03:00 |
|
Alexander Zobnin
|
69ad9f0f6e
|
Merge remote-tracking branch 'origin/master' into develop
Conflicts:
src/datasource-zabbix/partials/query.editor.html
src/datasource-zabbix/query.controller.js
|
2016-04-28 19:15:22 +03:00 |
|
Torkel Ödegaard
|
ed3abe8250
|
fix(): removed setting refId, handled by parent component
|
2016-04-28 12:13:21 +02:00 |
|
Torkel Ödegaard
|
53b1eae85f
|
feat(query editor): updated query editor to use new forms stle and outer query row component
|
2016-04-28 12:06:36 +02:00 |
|
Alexander Zobnin
|
6fbdc70e79
|
Improved query editor styles.
|
2016-04-26 23:42:50 +03:00 |
|
Alexander Zobnin
|
f6f6bc8338
|
Query options moved to separate section with show/hide function.
|
2016-04-26 22:53:53 +03:00 |
|
Alexander Zobnin
|
485e9335ef
|
Added aggregateBy() function with aggregation type as parameter.
|
2016-04-26 21:13:57 +03:00 |
|
Alexander Zobnin
|
8fa35230f4
|
datasource.js refactor.
|
2016-04-14 18:33:18 +03:00 |
|
Alexander Zobnin
|
fb24637364
|
Zabbix plugin refactor.
|
2016-04-14 12:55:23 +03:00 |
|
Alexander Zobnin
|
feb5033a0e
|
Fixed #196 - Exponential lag on auto-updating dashboards.
Disabled hosts and items cahching.
|
2016-04-13 23:40:39 +03:00 |
|
Alexander Zobnin
|
59b0f14465
|
Fixed #132 - support text items in template variables.
|
2016-04-12 15:28:02 +03:00 |
|
Alexander Zobnin
|
cdc6b96c41
|
Fixed #176 - Table panel issue with TextMode and multiple items.
|
2016-04-12 14:59:36 +03:00 |
|
Alexander Zobnin
|
e210150c82
|
Fixed building request for text metrics.
|
2016-04-12 14:29:12 +03:00 |
|
Alexander Zobnin
|
4ddfc4becf
|
replaceTemplateVars() refactor.
|
2016-04-12 13:33:36 +03:00 |
|
Alexander Zobnin
|
a9f86f38f2
|
Update metric suggestion when template variable was changed.
|
2016-04-12 13:29:54 +03:00 |
|
Alexander Zobnin
|
a6c2774334
|
Return only numeric or text items depend of editor mode.
|
2016-04-12 12:21:43 +03:00 |
|
Alexander Zobnin
|
49ea07451f
|
Fixed #191 - display host name for multiple metrics.
|
2016-04-11 23:12:38 +03:00 |
|
Alexander Zobnin
|
eb9722aef0
|
Iss #182 - fixed template variables inside regex.
|
2016-04-11 22:21:19 +03:00 |
|
Alexander Zobnin
|
44526229c7
|
Fixed #182 - templating bug with multi-value variables.
|
2016-04-07 22:52:50 +03:00 |
|