We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b18ed1 commit d84b162Copy full SHA for d84b162
opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py
@@ -427,6 +427,7 @@ def _initialize_components(
427
span_processor: Type[SpanProcessor] | None = None,
428
log_record_processor: Type[LogRecordProcessor] | None = None,
429
):
430
+ # pylint: disable=too-many-locals
431
if trace_exporter_names is None:
432
trace_exporter_names = []
433
if metric_exporter_names is None:
0 commit comments