Support httpx2 entry point exposed by the opentelemetry-instrumentation-httpx 0.65b0 - #48899
Draft
Radhika Gupta (rads-1996) wants to merge 3 commits into
Draft
Support httpx2 entry point exposed by the opentelemetry-instrumentation-httpx 0.65b0#48899Radhika Gupta (rads-1996) wants to merge 3 commits into
opentelemetry-instrumentation-httpx 0.65b0#48899Radhika Gupta (rads-1996) wants to merge 3 commits into
Conversation
Copilot started reviewing on behalf of
Radhika Gupta (rads-1996)
September 3, 2026 23:30
View session
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The shared dependency check produces warnings when only one of httpx or httpx2 is installed.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds Azure Monitor distro support for the new httpx2 OpenTelemetry instrumentation entry point.
Changes:
- Enables and tests
httpx2instrumentation. - Adds its development dependency, documentation, sample configuration, and changelog entry.
File summaries
| File | Description |
|---|---|
tests/utils/test_configurations.py |
Updates expected default configurations. |
tests/instrumentation/test_httpx.py |
Exercises both HTTPX instrumentors. |
samples/tracing/instrumentation_options.py |
Demonstrates enabling httpx2. |
README.md |
Documents httpx2 support. |
dev_requirements.txt |
Adds the test dependency. |
CHANGELOG.md |
Records the feature. |
_constants.py |
Enables the new entry point by default. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| "fastapi", | ||
| "flask", | ||
| "httpx", | ||
| "httpx2", |
Radhika Gupta (rads-1996)
marked this pull request as draft
September 3, 2026 23:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines