Commit Graph

21 Commits

Author SHA1 Message Date
vignesh-reddy
c300debe35 Backend: Merge master into the backend branch (#845)
* CI: fix shellcheck issues (#789)

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* annotations: fix options in grafana 6.x, fix #813

* fix function editor in Grafana 6.4, closes #810

* add typings for grafana packages

* Add $__range_series variable for calculating function over the whole series, #531

* fix tests

* Don't set alert styles for react panels, fix #823

* docs: add range variables

* docs: percentile reference

* fix codespell

Co-authored-by: Mario Trangoni <mario@mariotrangoni.de>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2019-12-30 10:45:47 +03:00
Mario Trangoni
2f9be7a184 src/*: Fix codespell issues
See,
$ codespell -S './src/img/*.png,./.git*' -L que

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
2019-04-10 19:35:34 +02:00
Alexander Zobnin
e4bbecb18b fix multiple agg functions handling, closes #530 2019-03-07 10:35:36 +03:00
drakosha
e36336864a Offset function added (#638)
* Shift function added

* Remane shift function to offset
2018-11-28 17:30:51 +03:00
Alexander Zobnin
63a2594cf3 fix aggregateBy func, fix #498 2017-12-20 12:51:07 +03:00
Alexander Zobnin
f53eac6f08 percentil: refactor 2017-10-16 15:25:02 +03:00
Alexander Zobnin
e626ce4ca2 groupBy(): minor refactor 2017-07-28 12:42:49 +03:00
Alexander Zobnin
1899d32152 Merge branch 'groupBy_perf_outside_range' of https://github.com/ma-tty/grafana-zabbix into ma-tty-groupBy_perf_outside_range 2017-07-28 12:35:03 +03:00
Alexander Zobnin
122a97e482 fix sumSeries() function, closes #286 2017-07-26 16:21:40 +03:00
Matvey Marinin
5a4f30712a Fix "data points outside time range" when there is no datapoints and aggregate function is used 2017-07-14 14:38:39 +03:00
Alexander Zobnin
a30a155424 expMovingAvg: trick for first N points 2017-07-04 11:05:53 +03:00
Alexander Zobnin
e0466ea780 expMovingAvg: use window size as param 2017-07-04 10:16:41 +03:00
Alexander Zobnin
f3ee574619 functions: exponential moving average 2017-07-03 23:13:33 +03:00
Alexander Zobnin
273e6df7e3 functions: simple moving average 2017-07-03 21:52:58 +03:00
Alexander Zobnin
ea67c3bc2f average and sum: fix for null values 2017-07-03 12:36:39 +03:00
Alexander Zobnin
badc5e4cb9 groupBy: fill empty intervals by null, closes #388 2017-07-03 12:03:17 +03:00
Alexander Zobnin
007ddbf72f Improve scale() performance 2017-06-26 12:23:04 +03:00
Alexander Zobnin
d6b36772b6 Add rate() function resistant to counter reset 2017-06-26 11:26:13 +03:00
Alexander Zobnin
2f6da44311 Implement groupBy with for() and measure performance
about 8 times faster
2017-06-25 22:51:27 +03:00
Alexander Zobnin
8562dae998 timeseries.js refactor 2017-06-25 19:18:06 +03:00
Alexander Zobnin
b0da0ffb3e move timeseries processing into 'timeseries' module 2017-06-25 18:51:55 +03:00