You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the solution currently supports Instruments.REQUESTS and Instruments.URLLIB3. Is there any plans to extend the instruments to support HTTPX?
🎤 Why is this feature needed ?
Many libraries that require async support have migrated from requests to httpx. Providing httpx support natively would extend the use of this library to a larger user base.
✌️ How do you aim to achieve this?
Ideally, this feature would provide similar ease of configuration as is currently available for Requests.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
I checked and didn't find similar issue
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered:
I plan to look into the instrumentation for requests and urllib and try to port that for httpx. It may need some work given that httpx supports asyncio and HTTP 2, but should be a good experience. I'll reach out if I get stuck anywhere. Thanks!
Which component is this feature for?
All Packages
🔖 Feature description
Today the solution currently supports Instruments.REQUESTS and Instruments.URLLIB3. Is there any plans to extend the instruments to support HTTPX?
🎤 Why is this feature needed ?
Many libraries that require async support have migrated from requests to httpx. Providing httpx support natively would extend the use of this library to a larger user base.
✌️ How do you aim to achieve this?
Ideally, this feature would provide similar ease of configuration as is currently available for Requests.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: