Package io.opentelemetry.sdk.extension.incubator.trace.samplers


package io.opentelemetry.sdk.extension.incubator.trace.samplers
  • Class
    Description
    This sampler will return the sampling result of the provided AlwaysRecordSampler.rootSampler, unless the sampling result contains the sampling decision SamplingDecision.DROP, in which case, a new sampling result will be returned that is functionally equivalent to the original, except that it contains the sampling decision SamplingDecision.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 a ComposableSampler to 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.