Add configuration to requests instrumentation readme (#556)
This commit is contained in:
parent
47f9cb982a
commit
bf97e172f0
|
|
@ -16,6 +16,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
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue