public class PercentageBasedSampler extends Object implements Sampler
Taken from Zipkin project
This counts to see how many out of 100 traces should be retained. This means that it is accurate in units of 100 traces.
| Constructor and Description |
|---|
PercentageBasedSampler(SamplerProperties configuration) |
public PercentageBasedSampler(SamplerProperties configuration)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.