You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More generally, we could have a stream called cond-dt taking a function of events, a duration, and children, and use it to creates for example the above stream :
I think it may be useful to have streams like
(runs)
but on duration instead of moving-event-window.For example, i want to be alerted if :metric is > to a threshold (600 for example) during 5 minutes. It would be nice to have :
If an event arrives at time 0 with :metric = 700, and a second event arrives at time 301 with :metric = 750, above passes on the last event.
Another example with a test case :
More generally, we could have a stream called cond-dt taking a function of events, a duration, and children, and use it to creates for example the above stream :
I am working on it actually (i will do a PR tomorrow), do you think it can be useful to integrate it into Riemann ?
The text was updated successfully, but these errors were encountered: