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 581099d commit 1820acbCopy full SHA for 1820acb
instana/__init__.py
@@ -4,6 +4,9 @@
4
from .tracer import InstanaTracer
5
from .options import Options
6
7
+# Import & initialize instrumentation
8
+from .instrumentation import urllib3
9
+
10
"""
11
The Instana package has two core components: the sensor and the tracer.
12
@@ -44,8 +47,3 @@
44
47
45
48
# Set ourselves as the tracer.
46
49
opentracing.tracer = internal_tracer
-
-def load_instrumentation():
50
- # Import & initialize instrumentation
51
- from .instrumentation import urllib3
0 commit comments