Skip to content

Commit d40b84c

Browse files
committed
make pylint happy
1 parent 91f7dff commit d40b84c

File tree

1 file changed

+1
-1
lines changed
  • packages/service-library/src/servicelib/aiohttp

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _startup(
101101
)
102102

103103
# Add the span processor to the tracer provider
104-
tracer_provider.add_span_processor(_create_span_processor()) # type: ignore[attr-defined] # https://github.com/open-telemetry/opentelemetry-python/issues/3713
104+
tracer_provider.add_span_processor(_create_span_processor(tracing_destination)) # type: ignore[attr-defined] # https://github.com/open-telemetry/opentelemetry-python/issues/3713
105105
# Instrument aiohttp server
106106
# Explanation for custom middleware call DK 10/2024:
107107
# OpenTelemetry Aiohttp autoinstrumentation is meant to be used by only calling `AioHttpServerInstrumentor().instrument()`

0 commit comments

Comments
 (0)