You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
+3-1
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ def get(self):
72
72
73
73
.. code-block:: python
74
74
75
+
from opentelemetry.instrumentation.tornado import TornadoInstrumentor
76
+
75
77
# will be called for each incoming request to Tornado
0 commit comments