This operator can reduce load by throwing away tuples.

Parameter

Example

/// send every second element
out = SAMPLE({sampleRate = 2}, input)
 
/// send elements every second
out = SAMPLE({timeValue = [1, ‘second’]}, input)