Commit Graph

13 Commits

Author SHA1 Message Date
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
fa12b04650 fix downsampling function arguments order 2017-06-26 10:06:35 +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
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
Alexander Zobnin
5192e8648d Replace native map() and forEach() methods by lodash. 2017-03-05 10:09:47 +03:00
Alexander Zobnin
eb23957488 Fix linter error (; missed). 2017-02-01 19:02:32 +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
fd772fab15 Refactor: dataProcessor.js 2016-11-14 17:52:59 +03:00