We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b41055 commit 01a552fCopy full SHA for 01a552f
opentelemetry-sdk/benchmarks/trace/test_benchmark_trace.py
@@ -80,7 +80,7 @@ def tracer_configurator(tracer_scope):
80
for i in range(num_tracer_configurator_rules)
81
],
82
default_config=_TracerConfig(is_enabled=True),
83
- )(tracer_scope=tracer_scope)
+ )(tracer_scope)
84
85
tracer_provider._set_tracer_configurator(
86
tracer_configurator=tracer_configurator
0 commit comments