elastic / elastic/apm-agent-python
Support httpx2 instrumentation
Open
agent-python
community
triage
- Dominant language
- Python
- Stars
- 431
- Forks
- 239
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 7
Description
**Is your feature request related to a problem? Please describe.**
httpx2, https://github.com/pydantic/httpx2, is meant as a successor to httpx, which has had development stalled.
**Describe the solution you'd like**
Support httpx2 instrumentation like httpx is today.
**Describe alternatives you've considered**
Stick with httpx.
**Additional context**
starlette is already pushing users to httpx2, https://github.com/Kludex/starlette/pull/3291, and respx is working on support for httpx2 as well, https://github.com/lundberg/respx/issues/316#issuecomment-4768435699.
Contributor guide
Assessment
This issue has not been assessed yet.