Skip to content

Commit ceeab33

Browse files
committed
Qualify HTTPX2 instrumentation requirement
1 parent e38858e commit ceeab33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/integrations/http-clients/httpx.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ duration) in Logfire. Related spans link together into a **trace** (the full jou
1111
so a slow outgoing call shows up right next to the code that triggered it.
1212

1313
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.
14+
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.
1517

1618
## What you'll capture
1719

0 commit comments

Comments
 (0)