-
Notifications
You must be signed in to change notification settings - Fork 102
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
Bump OTel to 1.7.0 #3213
Bump OTel to 1.7.0 #3213
Conversation
test/IntegrationTests/BuildTests.DistributionStructure_linux.verified.txt
Show resolved
Hide resolved
5d0e1e0
to
ea0cc24
Compare
c8b2306
to
6dc6517
Compare
src/OpenTelemetry.AutoInstrumentation/Loading/Initializers/AspNetMetricsInitializer.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Mateusz Łach <[email protected]>
...ion.EntityFrameworkCore.Pomelo.MySql/TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj
Show resolved
Hide resolved
.../integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj
Show resolved
Hide resolved
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.
A general concern are the explicit reference to some of the Microsoft.Extensions.* packages that were moved to version 8.0 - it seems that if we needed to those for tests many users will have to do the same. That said it is a known issue if there are conflicting versions brought by the application.
Could you just verify that these are really being brought by the test applications? Just to ensure that we are not missing anything on AdditionalDeps and SharedStore.
Double checked, all libraries are transitive dependencies referenced by instrumented libraries. |
Why
Fixes #3204
What
Bump OTel packages to 1.7.0. It includes bumping of indirect dependencies. For details, please check CHANGELOG.
Documentation updated.
Tests adjustment.
Tests
CI
Checklist
CHANGELOG.md
is updated.Newfeatures are covered by tests.