OpenTelemetry.Trace.AlwaysOffSampler
Sampler implementation which always returns SamplingDecision.Drop.
namespace OpenTelemetry.Trace
{
public sealed class AlwaysOffSampler : Sampler
{
public AlwaysOffSampler();
}
}