Asaf Ben Aharon
Results
3
comments of
Asaf Ben Aharon
Thanks, what about exposing the sampler as an SDK configuration method? something like ```ruby OpenTelemetry::SDK.configure do |config| config.sampler OpenTelemetry::SDK::Trace::Samplers.parent_or_probability(0.001) ... end ```
@pinglamb have any progress with this one?
+1 for this, great project