We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f9cb9 commit bf97e17Copy full SHA for bf97e17
instrumentation/opentelemetry-instrumentation-requests/README.rst
@@ -15,6 +15,15 @@ Installation
15
::
16
17
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
27
28
References
29
----------
0 commit comments