Re: [GSoC-2015] Showing health statistics in GUI

2015-07-07 Thread Lasantha Fernando
Hi Ashan, Currently, you would not be able to get the timestamp out of the event unless you use a databridge agent callback. In that case, you can use Java code to simply get by calling event.getTimestamp(). However, if you want to use the timestamp as an attribute while doing processing within C

Re: [Autoscaling] [Improvement] Introducing "curve fitting" for stat prediction algorithm of Autoscaler

2014-11-11 Thread Lasantha Fernando
Hi Lahiru, Would it be possible to use linear regression already available as Siddhi extensions in [1] or maybe improve on that existing extensions to extend it to fit polynomial curves? The code is available here [2]. I think forecasting is also available which can be useful in this usecase. WDY