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