Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Zobnin
4020710d00 Merge branch 'master' into metric-functions 2017-07-26 11:53:49 +03:00
Alexander Zobnin
327aee7ef4 add consolidateBy() function 2017-07-22 20:47:24 +03:00
Alexander Zobnin
0b8cb0b23c functions: rename moving avg to graphite-like 2017-07-04 10:16:03 +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
d6b36772b6 Add rate() function resistant to counter reset 2017-06-26 11:26:13 +03:00
Alexander Zobnin
df1c3e7ef4 implement replaceAlias() function, #287 2017-04-17 13:28:00 +03:00
Ruslan Semov
9cbc1d3c09 Sum and count aggregations added
Sum and count aggregations of metrics (I really need this)

Signed-off-by: Ruslan Semov <me@recluse.ru>
2017-03-23 18:47:41 +03:00
evandro-portugal
f96c847f6d setAlias using a regex (#336)
created a new function that allows to use a regex to manipulate item
name
2017-01-23 15:52:46 +04:00
Alexander Zobnin
54c03e6ece Added timeShift() function, closes #307. 2016-11-17 21:20:37 +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
f44fce8d75 Add delta() series transform function, closes #172. 2016-09-24 10:33:47 +03:00
Alexander Zobnin
c3da65e237 Resolved #201 - add scale() function. 2016-06-19 20:14:14 +03:00
Alexander Zobnin
485e9335ef Added aggregateBy() function with aggregation type as parameter. 2016-04-26 21:13:57 +03:00
Alexander Zobnin
17e8529127 Fixed directives. 2016-03-16 21:41:19 +03:00
Alexander Zobnin
816870136c Modules renamed using John Papa Angular Style Guide. 2016-03-16 21:15:46 +03:00
Alexander Zobnin
8b37478131 Initial ES6 migration. module.js and datasource.js are migrated to ES6. 2016-03-14 23:43:10 +03:00