| Package | Description |
|---|---|
| com.wavefront.sdk.entities.tracing.sampling |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeSampler
Sampler that delegates to multiple other samplers for sampling.
|
class |
ConstantSampler
Sampler that allows spans through at a constant rate (all in or all out).
|
class |
DurationSampler
Sampler that allows spans above a given duration in milliseconds to be reported.
|
class |
RateSampler
Sampler that allows a certain probabilistic rate (between 0.0 and 1.0) of spans to be reported.
|
| Constructor and Description |
|---|
CompositeSampler(List<Sampler> samplers) |
Copyright © 2019. All rights reserved.