Update __init__.py (#223)

This commit is contained in:
Vishal Khondre
2020-12-03 21:10:12 -06:00
committed by GitHub
parent 70b425a588
commit 609b025cd9

View File

@ -25,7 +25,7 @@ Usage
import opentelemetry.instrumentation.requests
# You can optionally pass a custom TracerProvider to
# RequestInstrumentor.instrument()
# RequestsInstrumentor.instrument()
opentelemetry.instrumentation.requests.RequestsInstrumentor().instrument()
response = requests.get(url="https://www.example.org/")