Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 295 Bytes

sampler.md

File metadata and controls

14 lines (11 loc) · 295 Bytes

Proc: Sampler

Keep one event every X ecents and discart the rest. Admittedly not the most useful component... but helpful when simulating packet drops or when sampling the output of the pipeline (quality control? maybe...)

Example:

{
    "module": "SamplerProc",
    "every": 2
}