Sample returns true if the event should be part of the sample, false if the event should be dropped.
(lvl Level)
| 20 | // Sample returns true if the event should be part of the sample, false if |
| 21 | // the event should be dropped. |
| 22 | Sample(lvl Level) bool |
| 23 | } |
| 24 | |
| 25 | // RandomSampler use a PRNG to randomly sample an event out of N events, |
no outgoing calls