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

[otlp] Add Grpc vendored code #5981

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rajkumar-rangaraj
Copy link
Contributor

Fixes Part of #5730
Design discussion issue #

Changes

Please provide a brief description of the changes here.

Copied the following files from grpc-dotnet, these are needed to check the status and retry. These files are enough to remove the complete dependencies on Grpc packages.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@rajkumar-rangaraj rajkumar-rangaraj requested a review from a team as a code owner November 16, 2024 01:48
@github-actions github-actions bot added the pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package label Nov 16, 2024
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 74 lines in your changes missing coverage. Please review.

Project coverage is 84.11%. Comparing base (2ae01a7) to head (88b7561).

Files with missing lines Patch % Lines
...mentation/ExportClient/Grpc/GrpcProtocolHelpers.cs 0.00% 43 Missing ⚠️
...rotocol/Implementation/ExportClient/Grpc/Status.cs 0.00% 21 Missing ⚠️
...tation/ExportClient/Grpc/TrailingHeadersHelpers.cs 0.00% 10 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5981      +/-   ##
==========================================
- Coverage   84.50%   84.11%   -0.40%     
==========================================
  Files         271      274       +3     
  Lines       12355    12429      +74     
==========================================
+ Hits        10441    10455      +14     
- Misses       1914     1974      +60     
Flag Coverage Δ
unittests-Project-Experimental 84.09% <0.00%> (-0.23%) ⬇️
unittests-Project-Stable 84.02% <0.00%> (-0.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...tation/ExportClient/Grpc/TrailingHeadersHelpers.cs 0.00% <0.00%> (ø)
...rotocol/Implementation/ExportClient/Grpc/Status.cs 0.00% <0.00%> (ø)
...mentation/ExportClient/Grpc/GrpcProtocolHelpers.cs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant