We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b9117 commit 7eccae2Copy full SHA for 7eccae2
1 file changed
ext/opentelemetry-ext-requests/src/opentelemetry/ext/requests/__init__.py
@@ -25,7 +25,7 @@
25
import opentelemetry.ext.requests
26
27
# You can optionally pass a custom TracerProvider to RequestInstrumentor.instrument()
28
- opentelemetry.ext.requests.RequestInstrumentor.instrument()
+ opentelemetry.ext.requests.RequestsInstrumentor().instrument()
29
response = requests.get(url="https://www.example.org/")
30
31
Limitations
0 commit comments