We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843e708 commit c169b85Copy full SHA for c169b85
instrumentation/opentelemetry-instrumentation-httpx/README.rst
@@ -43,11 +43,9 @@ Instrumenting single clients
43
****************************
44
45
If you only want to instrument requests for specific client instances, you can
46
-use the `instrument_client`_ method.
+use the `HTTPXClientInstrumentor.instrument_client` method.
47
48
49
-.. _instrument_client: #opentelemetry.instrumentation.httpx.HTTPXClientInstrumentor.instrument_client
50
-
51
.. code-block:: python
52
53
import httpx
0 commit comments