We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd93744 commit 75742b2Copy full SHA for 75742b2
opentelemetry-instrumentation/README.rst
@@ -135,8 +135,8 @@ auto-instrumentation
135
136
::
137
138
- from opentelemetry.instrumentation import autoinstrumentation
139
- autoinstrumenttion.initialize()
+ from opentelemetry.instrumentation import auto_instrumentation
+ auto_instrumentation.initialize()
140
141
142
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