Otel.SDK.Trace.Sampler.TraceIdRatioBased (otel v0.2.0)

Copy Markdown View Source

Sampler that samples a configured ratio of traces.

The sampling decision is deterministic based on trace_id (L462). A higher ratio always includes traces sampled by a lower ratio (L467). MUST ignore the parent SampledFlag (L447).