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

otelgrpc: Remove withoutContext #4705

Merged

Conversation

carrbs
Copy link
Contributor

@carrbs carrbs commented Dec 15, 2023

Fixes: #4703
Now that open-telemetry/opentelemetry-go#4671 is merged, the withoutCancel in otelgrpc is no longer needed.

DO NOT MERGE: This issue awaits a new release of OTel Go SDK where the mentioned PR will be included.

Note From: @MadVikingGod I updated this to point to the new SDK that has the needed features.

@carrbs carrbs changed the title Removes withoutCancel from otelgrpc Remove withoutCancel from otelgrpc Dec 15, 2023
@carrbs carrbs changed the title Remove withoutCancel from otelgrpc [DO NOT MERGE] otelgrpc: Remove withoutContext Dec 16, 2023
@carrbs carrbs marked this pull request as ready for review December 16, 2023 01:22
@pellared pellared added this to the v0.47.0 milestone Jan 2, 2024
@pellared pellared added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label Jan 2, 2024
@MadVikingGod MadVikingGod changed the title [DO NOT MERGE] otelgrpc: Remove withoutContext otelgrpc: Remove withoutContext Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (96790b3) 81.2% compared to head (66545e1) 81.3%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4705   +/-   ##
=====================================
  Coverage   81.2%   81.3%           
=====================================
  Files        150     150           
  Lines      10900   10885   -15     
=====================================
- Hits        8858    8853    -5     
+ Misses      1882    1873    -9     
+ Partials     160     159    -1     
Files Coverage Δ
...n/google.golang.org/grpc/otelgrpc/stats_handler.go 100.0% <100.0%> (+7.1%) ⬆️

go.work~ Outdated Show resolved Hide resolved
@carrbs carrbs requested a review from MrAlias January 18, 2024 00:19
@pellared pellared merged commit a28c68b into open-telemetry:main Jan 18, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

otelgrpc: Remove withoutContext
5 participants