Package io.opentelemetry.sdk.extension.incubator.trace.samplers
package io.opentelemetry.sdk.extension.incubator.trace.samplers
-
ClassDescriptionThis sampler will return the sampling result of the provided
AlwaysRecordSampler.rootSampler, unless the sampling result contains the sampling decisionSamplingDecision.DROP, in which case, a new sampling result will be returned that is functionally equivalent to the original, except that it contains the sampling decisionSamplingDecision.RECORD_ONLY.A builder for a composable rule-based sampler.A sampler that can be composed to make a final sampling decision.A sampler that uses aComposableSamplerto make its sampling decisions while handlign tracestate.Information to make a sampling decision.A predicate for a composable sampler, indicating whether a set of sampling arguments matches.