File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/service-library/src/servicelib/aiohttp Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def _startup(
101
101
)
102
102
103
103
# 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
105
105
# Instrument aiohttp server
106
106
# Explanation for custom middleware call DK 10/2024:
107
107
# OpenTelemetry Aiohttp autoinstrumentation is meant to be used by only calling `AioHttpServerInstrumentor().instrument()`
You can’t perform that action at this time.
0 commit comments