| Interface | Description |
|---|---|
| Sampler |
| Class | Description |
|---|---|
| AdaptiveSampler | |
| AlwaysOffSampler | |
| AlwaysOnSampler | |
| ProbabilityBasedSampler |
Probability based sampler that utilizes the hex encoded
trace id string as a deterministic source of randomness.
|
| SamplerFactory |
Factory to create instances of the various samplers used by the agent.
|
| TraceRatioBasedSampler |
Ratio based sampler that utilizes the hex encoded
trace id string as a deterministic source of randomness.
|