| Interface | Description |
|---|---|
| Sampler |
Sampler is responsible for deciding if a new trace should be sampled and captured for storage.
|
| SamplingManager |
| Class | Description |
|---|---|
| ConstSampler | |
| GuaranteedThroughputSampler |
GuaranteedThroughputSampler is a Sampler that guarantees a throughput by using
a ProbabilisticSampler and RateLimitingSampler in tandem. |
| HttpSamplingManager | |
| PerOperationSampler |
Computes
PerOperationSampler.sample(String, long) using the name of the operation, and maintains a specific
GuaranteedThroughputSampler instance for each operation. |
| ProbabilisticSampler | |
| RateLimitingSampler | |
| RemoteControlledSampler | |
| RemoteControlledSampler.Builder | |
| SamplingStatus |