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