Skip to content

Commit

Permalink
Add configuration to requests instrumentation readme (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Jul 7, 2021
1 parent 47f9cb9 commit bf97e17
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Installation
::

pip install opentelemetry-instrumentation-requests
Configuration
-------------

.. code-block:: python
from opentelemetry.instrumentation.requests import RequestsInstrumentor
RequestsInstrumentor().instrument()
References
----------
Expand Down

0 comments on commit bf97e17

Please sign in to comment.