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 81e137f commit e1e8412Copy full SHA for e1e8412
instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py
@@ -66,6 +66,15 @@
66
HTTP_URL,
67
)
68
from opentelemetry.semconv._incubating.attributes.net_attributes import NET_HOST_PORT
69
+from opentelemetry.semconv.attributes.http_attributes import (
70
+ HTTP_REQUEST_METHOD,
71
+ HTTP_RESPONSE_STATUS_CODE,
72
+ HTTP_ROUTE,
73
+)
74
+from opentelemetry.semconv.attributes.network_attributes import (
75
+ NETWORK_PROTOCOL_VERSION,
76
77
+from opentelemetry.semconv.attributes.url_attributes import URL_SCHEME
78
from opentelemetry.test.globals_test import reset_trace_globals
79
from opentelemetry.test.test_base import TestBase
80
from opentelemetry.util._importlib_metadata import entry_points
0 commit comments