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

[configgrpc] Add ToServerContext #9624

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

TylerHelmuth
Copy link
Member

Description:
Adds a new function, ToServerContext which does what ToServer does, but takes a context.Context. After the next release we'll deprecate ToServerContext and rename it to ToServer.

Link to tracking Issue:
Related to #9490

Testing:
Unit tests

Documentation:

Please delete paragraphs that you did not use before submitting.

@TylerHelmuth TylerHelmuth requested a review from a team as a code owner February 21, 2024 20:37
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.93%. Comparing base (df6f8fd) to head (defcf06).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9624   +/-   ##
=======================================
  Coverage   90.93%   90.93%           
=======================================
  Files         347      347           
  Lines       18344    18346    +2     
=======================================
+ Hits        16681    16683    +2     
  Misses       1340     1340           
  Partials      323      323           

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

@dmitryax
Copy link
Member

@TylerHelmuth please rebase

@TylerHelmuth
Copy link
Member Author

@dmitryax rebased

.chloggen/configgrpc-add-context.yaml Outdated Show resolved Hide resolved
@codeboten codeboten merged commit 2fa6df8 into open-telemetry:main Mar 1, 2024
46 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 1, 2024
@TylerHelmuth TylerHelmuth deleted the configgrpc-add-context branch March 2, 2024 00:52
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.

None yet

3 participants