-
Notifications
You must be signed in to change notification settings - Fork 787
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
[Instrumentation.GrpcNetClient] Move to contrib repository #5593
Conversation
It will be again common after migration to contrib repository
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There is no package supporting it
@@ -21,12 +21,12 @@ | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" /> | |||
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" /> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Towards: #5526
Related to: open-telemetry/opentelemetry-dotnet-contrib#1704
Changes
[Instrumentation.GrpcNetClient] Move to contrib repository
Merge requirement checklist
[ ] AppropriateCHANGELOG.md
files updated for non-trivial changes[ ] Changes in public API reviewed (if applicable)