Skip to content

Commit 40c6e3d

Browse files
committed
Correctly import extract.
1 parent 836a738 commit 40c6e3d

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server

1 file changed

+1
-0
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
1111
from opentelemetry.instrumentation.utils import http_status_to_status_code
1212
from opentelemetry.propagators.textmap import Getter
13+
from opentelemetry.propagate import extract
1314
from opentelemetry.semconv.trace import SpanAttributes
1415
from opentelemetry.semconv.metrics import MetricInstruments
1516
from opentelemetry.trace.status import Status, StatusCode

0 commit comments

Comments
 (0)