Skip to content

Fix otel async path#1269

Merged
l-trotta merged 1 commit into
mainfrom
fix-otel-async
Jul 9, 2026
Merged

Fix otel async path#1269
l-trotta merged 1 commit into
mainfrom
fix-otel-async

Conversation

@l-trotta

@l-trotta l-trotta commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Closes #1268, making the structure of the otel output coherent between the sync and async path

@l-trotta
l-trotta merged commit e81ebf4 into main Jul 9, 2026
14 of 15 checks passed
@l-trotta
l-trotta deleted the fix-otel-async branch July 9, 2026 09:34
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-1269-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 e81ebf4b03b88758dfa849fcb7932bc53a591aab
# Push it to GitHub
git push --set-upstream origin backport-1269-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-1269-to-8.19.

l-trotta added a commit that referenced this pull request Jul 9, 2026
* fix otel async path (#1269)

* fix merge
l-trotta added a commit that referenced this pull request Jul 9, 2026
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
l-trotta added a commit that referenced this pull request Jul 9, 2026
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async transport drops the OpenTelemetry span scope before dispatching the HTTP request

1 participant