-
Notifications
You must be signed in to change notification settings - Fork 288
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
Extend AoT support #1541
Extend AoT support #1541
Conversation
Make `OpenTelemetry.ResourceDetectors.AWS` and `OpenTelemetry.Sampler.AWS` AoT compatible.
Test that `OpenTelemetry.ResourceDetectors.Container` is AoT compatible.
Add annotations to make OpenTelemetry.Extensions.Enrichment AoT compatible.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1541 +/- ##
==========================================
- Coverage 73.91% 66.63% -7.29%
==========================================
Files 267 249 -18
Lines 9615 9105 -510
==========================================
- Hits 7107 6067 -1040
- Misses 2508 3038 +530
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Update CHANGELOGS.
Leftovers from local refactoring before a68bb05.
Fix IDE0005 warning.
Fix IDE0005 warnings.
- Add new filters for AWS and resource detector projects. - Add new filter for projects validated by AoT that don't otherwise fall under an existing category.
Add OpenTelemetry.Extensions to the AoT test app.
Add OpenTelemetry.Extensions.AWS to the AoT test app.
@martincostello, can we make changes for each package separately? It will be much easier to review. It will be great to both enable AoT and switcc to the new build pipeline. |
Only mention the relevant change in each file.
Changes
OpenTelemetry.Extensions.Enrichment
OpenTelemetry.ResourceDetectors.AWS
OpenTelemetry.Sampler.AWS
OpenTelemetry.Extensions
OpenTelemetry.Extensions.AWS
OpenTelemetry.ResourceDetectors.Container
CHANGELOG.md
updated for non-trivial changes