| 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 |
MinConditionalSampler
This an extension of
CompositeSampler that runs a pre-check to determine if a span is
eligible for sampling. |
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) |
MinConditionalSampler(List<Sampler> samplers,
long minimumDurationMillis)
Constructor.
|
Copyright © 2020. All rights reserved.