Add configuration to requests instrumentation readme (#556)
This commit is contained in:
parent
47f9cb982a
commit
bf97e172f0
|
|
@ -15,6 +15,15 @@ Installation
|
|||
::
|
||||
|
||||
pip install opentelemetry-instrumentation-requests
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from opentelemetry.instrumentation.requests import RequestsInstrumentor
|
||||
RequestsInstrumentor().instrument()
|
||||
|
||||
|
||||
References
|
||||
----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue