public class SamplingCounter
extends java.lang.Object
| Constructor and Description |
|---|
SamplingCounter(long samplingRate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSample()
Increments count and checks if count is equal to sampling rate.
|