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 dbb4e64 commit 0897adaCopy full SHA for 0897ada
packages/service-library/src/servicelib/aiohttp/tracing.py
@@ -132,7 +132,7 @@ def _startup(
132
# - opentelemetry-instrumentation==0.48b0
133
134
# Instrument aiohttp client
135
- AioHttpClientInstrumentor().instrument(tracer_provier=tracing_data.tracer_provider)
+ AioHttpClientInstrumentor().instrument(tracer_provider=tracing_data.tracer_provider)
136
if HAS_AIOPG:
137
with log_context(
138
_logger,
0 commit comments