File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
instrumentation/opentelemetry-instrumentation-fastapi/tests Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4646 NumberDataPoint ,
4747)
4848from opentelemetry .sdk .resources import Resource
49- from opentelemetry .semconv .attributes .http_attributes import (
50- HTTP_REQUEST_METHOD ,
51- HTTP_RESPONSE_STATUS_CODE ,
52- HTTP_ROUTE ,
53- )
54- from opentelemetry .semconv .attributes .network_attributes import (
55- NETWORK_PROTOCOL_VERSION ,
56- )
57- from opentelemetry .semconv .attributes .url_attributes import URL_SCHEME
5849from opentelemetry .semconv ._incubating .attributes .http_attributes import (
5950 HTTP_FLAVOR ,
6051 HTTP_HOST ,
6657 HTTP_URL ,
6758)
6859from opentelemetry .semconv ._incubating .attributes .net_attributes import NET_HOST_PORT
60+ from opentelemetry .semconv .attributes .http_attributes import (
61+ HTTP_REQUEST_METHOD ,
62+ HTTP_RESPONSE_STATUS_CODE ,
63+ HTTP_ROUTE ,
64+ )
65+ from opentelemetry .semconv .attributes .network_attributes import (
66+ NETWORK_PROTOCOL_VERSION ,
67+ )
68+ from opentelemetry .semconv .attributes .url_attributes import URL_SCHEME
6969from opentelemetry .test .globals_test import reset_trace_globals
7070from opentelemetry .test .test_base import TestBase
7171from opentelemetry .util ._importlib_metadata import entry_points
You can’t perform that action at this time.
0 commit comments