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

[Instrumentation.GrpcNetClient] Move to contrib repository #5593

Merged

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented May 6, 2024

Towards: #5526
Related to: open-telemetry/opentelemetry-dotnet-contrib#1704

Changes

[Instrumentation.GrpcNetClient] Move to contrib repository

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)

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (6250307) to head (e89774d).
Report is 208 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5593      +/-   ##
==========================================
+ Coverage   83.38%   85.36%   +1.97%     
==========================================
  Files         297      265      -32     
  Lines       12531    11273    -1258     
==========================================
- Hits        10449     9623     -826     
+ Misses       2082     1650     -432     
Flag Coverage Δ
unittests ?
unittests-Instrumentation-Experimental 78.97% <ø> (?)
unittests-Instrumentation-Stable 78.97% <ø> (?)
unittests-Solution-Experimental 85.36% <ø> (?)
unittests-Solution-Stable 85.07% <ø> (?)
unittests-Unstable-Core 19.86% <ø> (?)

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

Files Coverage Δ
...emetry.Instrumentation.AspNetCore/GrpcTagHelper.cs 0.00% <ø> (ø)

... and 102 files with indirect coverage changes

@Kielek Kielek marked this pull request as ready for review May 6, 2024 20:54
@Kielek Kielek requested a review from a team May 6, 2024 20:54
@@ -21,12 +21,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenTelemetry.Instrumentation.Http" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I vote for removing this dependency and the corresponding example code entirely from this repo.

Copy link
Contributor Author

@Kielek Kielek May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would handle it separately when all packages are migrated. It will be easier to decide what to move and what we can just remove.

Copy link
Member

@reyang reyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@CodeBlanch CodeBlanch merged commit 4a860e3 into open-telemetry:main May 7, 2024
55 checks passed
@Kielek Kielek deleted the migrate-grpcnetclientinstrumentation branch May 7, 2024 18:40
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.

5 participants