We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38858e commit ceeab33Copy full SHA for ceeab33
1 file changed
docs/integrations/http-clients/httpx.md
@@ -11,7 +11,9 @@ duration) in Logfire. Related spans link together into a **trace** (the full jou
11
so a slow outgoing call shows up right next to the code that triggered it.
12
13
This works with the synchronous `Client` and asynchronous `AsyncClient` from either library. If both
14
-libraries are installed, one call to `logfire.instrument_httpx()` instruments both.
+libraries are installed, one call to `logfire.instrument_httpx()` instruments both when
15
+`opentelemetry-instrumentation-httpx` is version 0.65b0 or newer. With an earlier version, Logfire
16
+instruments HTTPX and warns that it skipped HTTPX2.
17
18
## What you'll capture
19
0 commit comments