public abstract class AbstractSampler extends Object implements Sampler
Sampler.Builder
Constructor and Description |
---|
AbstractSampler() |
Modifier and Type | Method and Description |
---|---|
void |
addSkipTagPattern(String tag,
Pattern skipPattern)
Pattern based skipping of tag values
|
boolean |
sample(DDSpan span)
Sample a collection of traces based on the parent span
|