-
-
Notifications
You must be signed in to change notification settings - Fork 3
Test updated OTLP exporter #2797
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
Conversation
Consume changes from open-telemetry/opentelemetry-dotnet#6567 for testing.
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.
Pull Request Overview
This PR updates OpenTelemetry packages to consume changes from an upstream pull request in the opentelemetry-dotnet repository for testing purposes. The changes enable local package testing by configuring NuGet to use a local package source and updating OpenTelemetry packages to pre-release alpha versions.
- Adds local package source configuration to NuGet.config
- Updates OpenTelemetry packages to alpha versions (1.13.1-alpha.0.11)
Reviewed Changes
Copilot reviewed 2 out of 12 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| NuGet.config | Adds local package source and mapping for OpenTelemetry packages |
| Directory.Packages.props | Updates OpenTelemetry package versions to pre-release alpha builds |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2797 +/- ##
==========================================
+ Coverage 86.34% 86.68% +0.34%
==========================================
Files 115 115
Lines 4349 4349
Branches 500 500
==========================================
+ Hits 3755 3770 +15
+ Misses 464 449 -15
Partials 130 130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fix package restore for packages that prereleases are not being tested for.
costellobot
left a comment
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.
| Device | URL |
|---|---|
| desktop | https://localhost:50001/sign-in |
| Device | URL |
|---|---|
| mobile | https://localhost:50001/sign-in |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
This reverts commit dbbab2c.
Consume changes from open-telemetry/opentelemetry-dotnet#6567 for testing.