Use the one defined in @opentelemetry/sdk-trace-base instead. A composite sampler that either respects the parent span's sampling decision or delegates to delegateSampler for root spans.
delegateSampler
Checks whether span needs to be created and tracked.
a SamplingResult.
Returns the sampler name or short description with the configuration.
Generated using TypeDoc
Use the one defined in @opentelemetry/sdk-trace-base instead. A composite sampler that either respects the parent span's sampling decision or delegates to
delegateSampler
for root spans.