Re: CEP with changing threshold

2020-02-13 Thread Kostas Kloudas
Hi Hemant, Why not using simple connected streams, one containing the measurements, and the other being the control stream with the thresholds which are updated from time to time. Both will be keyed by the device class, to make sure that the measurements and the thresholds for a specific device cl

CEP with changing threshold

2020-02-12 Thread hemant singh
Hello Flink Users, I have a requirement to generate alerts for metrics like for example - if cpu utilization spike i.e *cpu_utilization > threshold* (>90%) n number of time in x minutes then generate alerts. For this I am using the CEP module. However, one of the requirements is for different devi