Package com.datadog.trace.common.sampling
See: Description
-
Interface Summary Interface Description RateSampler Sampler Main interface to sample a collection of traces. PrioritySampler -
Class Summary Class Description Builder 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... RateByServiceSampler A rate sampler which maintains different sample rates per service+env name. AbstractSampler AlwaysMatchesSamplingRule PatternMatchSamplingRule ServiceSamplingRule OperationSamplingRule SamplingRule PrioritySampling