Skip to content

Commit bf97e17

Browse files
authored
Add configuration to requests instrumentation readme (open-telemetry#556)
1 parent 47f9cb9 commit bf97e17

File tree

1 file changed

+9
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-requests

1 file changed

+9
-0
lines changed

instrumentation/opentelemetry-instrumentation-requests/README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Installation
1515
::
1616

1717
pip install opentelemetry-instrumentation-requests
18+
19+
Configuration
20+
-------------
21+
22+
.. code-block:: python
23+
24+
from opentelemetry.instrumentation.requests import RequestsInstrumentor
25+
RequestsInstrumentor().instrument()
26+
1827
1928
References
2029
----------

0 commit comments

Comments
 (0)