-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: downgrade otel to 0.86.0-sumo-1 #3352
Conversation
The backport to
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-release-v3 release-v3
# Navigate to the new working tree
cd .worktrees/backport-release-v3
# Create a new branch
git switch --create backport-3352-to-release-v3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5eb480b83b6f2dc3fc2a8547b3479184d32be943
# Push it to GitHub
git push --set-upstream origin backport-3352-to-release-v3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v3 Then, create a pull request where the |
The backport to
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-release-v3.16 release-v3.16
# Navigate to the new working tree
cd .worktrees/backport-release-v3.16
# Create a new branch
git switch --create backport-3352-to-release-v3.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5eb480b83b6f2dc3fc2a8547b3479184d32be943
# Push it to GitHub
git push --set-upstream origin backport-3352-to-release-v3.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v3.16 Then, create a pull request where the |
The backport to
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-release-v4.0 release-v4.0
# Navigate to the new working tree
cd .worktrees/backport-release-v4.0
# Create a new branch
git switch --create backport-3352-to-release-v4.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5eb480b83b6f2dc3fc2a8547b3479184d32be943
# Push it to GitHub
git push --set-upstream origin backport-3352-to-release-v4.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v4.0 Then, create a pull request where the |
This is mitigates open-telemetry/opentelemetry-collector-contrib#28567.
Checklist