Skip to content
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

[chore] update code to use WithoutCancel #10397

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

codeboten
Copy link
Contributor

This was introduced in go 1.21 and removes the need for a custom implementation of the context.

Fixes #9049

This was introduced in go 1.21 and removes the need for a custom implementation of the context.

Fixes open-telemetry#9049

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten requested review from a team and TylerHelmuth June 12, 2024 22:43
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.39%. Comparing base (1889d58) to head (2481bcd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10397      +/-   ##
==========================================
- Coverage   92.40%   92.39%   -0.01%     
==========================================
  Files         387      387              
  Lines       18316    18310       -6     
==========================================
- Hits        16924    16918       -6     
  Misses       1046     1046              
  Partials      346      346              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mx-psi mx-psi merged commit 662a4c4 into open-telemetry:main Jun 13, 2024
49 checks passed
@github-actions github-actions bot added this to the next release milestone Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use WithoutCancel in calls to recording metrics
2 participants