View Source Runlet.Cmd.Threshold (runlet v1.2.5)

Passes events over a minimum limit

Summary

Functions

Events below the threshold are suppressed. If the number of events in seconds seconds exceeds the threshold, all events, including events that were suppressed, are passed.

Functions

Link to this function

exec(stream, limit, seconds \\ 60)

View Source

Events below the threshold are suppressed. If the number of events in seconds seconds exceeds the threshold, all events, including events that were suppressed, are passed.