Package io.opencensus.trace.samplers
-
Class Summary Class Description AlwaysSampleSampler Sampler that always makes a "yes" decision onSpan
sampling.AutoValue_ProbabilitySampler NeverSampleSampler Sampler that always makes a "no" decision onSpan
sampling.ProbabilitySampler We assume the lower 64 bits of the traceId's are randomly distributed around the whole (long) range.Samplers Static class to access a set of pre-definedSamplers
.