Skip to content

Fix AttributeError in sync httpx instrumentation#1423

Merged
basepi merged 4 commits into
elastic:masterfrom
HenrikOssipoff:fix-httpx-instrumentation
Dec 3, 2021
Merged

Fix AttributeError in sync httpx instrumentation#1423
basepi merged 4 commits into
elastic:masterfrom
HenrikOssipoff:fix-httpx-instrumentation

Conversation

@HenrikOssipoff

@HenrikOssipoff HenrikOssipoff commented Dec 1, 2021

Copy link
Copy Markdown
Contributor

What does this pull request do?

#1403 introduced a breaking change due to a refactor. This should make the sync code in line with the async version and fix the AttributeError.

Related issues

closes #1422

@github-actions github-actions Bot added agent-python community Issues opened by the community triage Issues awaiting triage labels Dec 1, 2021
@ghost

ghost commented Dec 1, 2021

Copy link
Copy Markdown

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-12-03T16:21:46.995+0000

  • Duration: 34 min 18 sec

  • Commit: 10020e6

Test stats 🧪

Test Results
Failed 0
Passed 10245
Skipped 9603
Total 19848

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /test linters : Run the Python linters only.

  • /test full : Run the full matrix of tests.

  • /test benchmark : Run the APM Agent Python benchmarks tests.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@basepi

basepi commented Dec 3, 2021

Copy link
Copy Markdown
Contributor

Thank you for spotting and fixing this!

@basepi

basepi commented Dec 3, 2021

Copy link
Copy Markdown
Contributor

/test

@basepi basepi self-assigned this Dec 3, 2021
@basepi basepi removed the triage Issues awaiting triage label Dec 3, 2021
@basepi

basepi commented Dec 3, 2021

Copy link
Copy Markdown
Contributor

/test

@basepi basepi merged commit 3b16d8c into elastic:master Dec 3, 2021
@HenrikOssipoff HenrikOssipoff deleted the fix-httpx-instrumentation branch December 3, 2021 18:16
beniwohli pushed a commit that referenced this pull request Dec 7, 2021
* Fix AttributeError in sync httpx instrumentation

Closes 1422

* Link PR

Co-authored-by: Colton Myers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-python community Issues opened by the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breaking change in sync httpx refactor from #1403

2 participants