Skip to content

Commit

Permalink
fix flask
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Sep 13, 2024
1 parent c4a0d53 commit 3f339c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def response_hook(span: Span, status: str, response_headers: List):

import opentelemetry.instrumentation.wsgi as otel_wsgi
from opentelemetry import context, trace
from opentelemetry._util.importlib_metadata import version
from opentelemetry.instrumentation._semconv import (
_get_schema_url,
_HTTPStabilityMode,
Expand All @@ -272,6 +271,7 @@ def response_hook(span: Span, status: str, response_headers: List):
HTTP_SERVER_REQUEST_DURATION,
)
from opentelemetry.semconv.trace import SpanAttributes
from opentelemetry.util._importlib_metadata import version
from opentelemetry.util.http import (
get_excluded_urls,
parse_excluded_urls,
Expand Down

0 comments on commit 3f339c3

Please sign in to comment.