Skip to content

Commit 75742b2

Browse files
committed
Fix example
1 parent fd93744 commit 75742b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-instrumentation/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ auto-instrumentation
135135

136136
::
137137

138-
from opentelemetry.instrumentation import autoinstrumentation
139-
autoinstrumenttion.initialize()
138+
from opentelemetry.instrumentation import auto_instrumentation
139+
auto_instrumentation.initialize()
140140

141141

142142
If you are in an environment where you cannot use opentelemetry-instrument to inject auto-instrumentation you can do so manually with

0 commit comments

Comments
 (0)