-
Notifications
You must be signed in to change notification settings - Fork 765
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.AspNetCore] Move to contrib repository #5599
[Instrumentation.AspNetCore] Move to contrib repository #5599
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5599 +/- ##
==========================================
+ Coverage 83.38% 85.90% +2.52%
==========================================
Files 297 254 -43
Lines 12531 10963 -1568
==========================================
- Hits 10449 9418 -1031
+ Misses 2082 1545 -537
Flags with carried forward coverage won't be shown. Click here to find out more. |
@@ -31,7 +31,6 @@ jobs: | |||
api-code: ['*/OpenTelemetry.Api*/**', '!**/*.md'] | |||
api-packages: ['src/OpenTelemetry.Api*/**', '!**/*.md'] | |||
instrumentation: ['*/OpenTelemetry.Instrumentation*/**', 'test/TestApp.AspNetCore/**', '!**/*.md'] | |||
instrumentation-packages: ['src/OpenTelemetry.Instrumentation*/**', '!**/*.md'] |
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.
Is anything using the line above this one?
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.
Yes, it is strange way to execute https://github.com/open-telemetry/opentelemetry-dotnet/tree/3db49191410ec0b0cbe6f754510a4dc7c2a86dd3/test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests
Probably can be renamed to something more meaningful, but I would prefer to keep as is in this PR.
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.
Fine to leave it alone. I don't think the design for W3cTraceContext.Tests is really all that great. It is verifying/testing bits/logic inside the OpenTelemetry.Api project. Ideally it would be a test inside OpenTelemetry.Api.Tests and not use any instrumentation projects to do its work. Just haven't had the time/desire to do something about it 🤣
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#1707
Changes
[Instrumentation.AspNetCore] Move to contrib repository
Known leftowers:
Merge requirement checklist
[ ] AppropriateCHANGELOG.md
files updated for non-trivial changes[ ] Changes in public API reviewed (if applicable)