@Deprecated public class ProbabilityBasedSampler extends brave.sampler.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 |
---|
ProbabilityBasedSampler(SamplerProperties configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSampled(long traceId)
Deprecated.
|
public ProbabilityBasedSampler(SamplerProperties configuration)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.