Skip to content

Commit

Permalink
Fix urllib suppress instrumentation key
Browse files Browse the repository at this point in the history
  • Loading branch information
euniceek committed May 31, 2021
1 parent c8fbe00 commit 2d8d41a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,13 @@

from opentelemetry import context
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
<<<<<<< HEAD
from opentelemetry.instrumentation.urllib.package import _instruments
from opentelemetry.instrumentation.urllib.version import __version__
from opentelemetry.instrumentation.utils import http_status_to_status_code
=======
from opentelemetry.instrumentation.urllib.version import ( # pylint: disable=no-name-in-module,import-error
__version__,
)
from opentelemetry.instrumentation.utils import (
_SUPPRESS_INSTRUMENTATION_KEY,
http_status_to_status_code,
)
>>>>>>> b864f5eb (Move suppress key to instrumentation package)
from opentelemetry.propagate import inject
from opentelemetry.semconv.trace import SpanAttributes
from opentelemetry.trace import SpanKind, get_tracer
Expand Down

0 comments on commit 2d8d41a

Please sign in to comment.