Add configuration to requests instrumentation readme (#556)

This commit is contained in:
Liudmila Molkova 2021-07-07 14:24:46 -07:00 committed by GitHub
parent 47f9cb982a
commit bf97e172f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@ Installation
:: ::
pip install opentelemetry-instrumentation-requests pip install opentelemetry-instrumentation-requests
Configuration
-------------
.. code-block:: python
from opentelemetry.instrumentation.requests import RequestsInstrumentor
RequestsInstrumentor().instrument()
References References
---------- ----------