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 |