View Source otel_sampler_always_off (opentelemetry v1.4.0)

This sampler always decides to neither record nor sample each span.

Link to this section Summary

Link to this section Functions

Link to this function

should_sample(Ctx, TraceId, Links, SpanName, SpanKind, Attributes, Opts)

View Source