traceloop / traceloop/openllmetry

🚀 Feature: Add instruments support for httpx

Open
#2,283 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Python
Stars
7.4k
Forks
1.1k
Avg merge
8d 14h
Merged PRs (30d)
2

Description

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?
  • I checked and didn't find similar issue
Are you willing to submit PR?

None

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing Instruments.REQUESTS and Instruments.URLLIB3 implementations and their tests. Compare their configuration and coverage to determine what equivalent HTTPX support would require; done means HTTPX is supported with similar configuration ease and the relevant tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.