Package com.datadog.legacy.trace.common.sampling
See: Description
-
Interface Summary Interface Description RateSampler PrioritySampler Sampler Main interface to sample a collection of traces. -
Class Summary Class Description AlwaysMatchesSamplingRule PatternMatchSamplingRule ServiceSamplingRule OperationSamplingRule SamplingRule AbstractSampler DeterministicSampler This implements the deterministic sampling algorithm used by the Datadog Agent as well as the tracers for other languages AllSampler Sampler that always says yes... PrioritySampling RateByServiceSampler A rate sampler which maintains different sample rates per service+env name. Builder