-
Notifications
You must be signed in to change notification settings - Fork 93
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 OpenTelemetry packages to 1.8.0 releases #3351
Conversation
<PackageVersion Include="OpenTelemetry.Instrumentation.Quartz" Version="1.0.0-beta.2" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.8.0-beta.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.0.0-rc9.14" /> | ||
<PackageVersion Include="OpenTelemetry.Shims.OpenTracing" Version="1.7.0-beta.1" /> |
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.
What is your opinion about this package?
There is no changes sinse 1.7.0-beta.1 release. The only thing we can achieve is upgrade transitive dependency from OpenTelemetry.Api 1.7.0 to 1.8.0.
We ship 1.8.0 even without this change. If needed, we need to ask SDK team for the release.
@rajkumar-rangaraj, FYI.
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 recommend shipping without any additional changes. These are not stable packages; we should rely on .NET to transitively upgrade the dependencies for these libraries from 1.7.0 to 1.8.0.
It’s a maintenance overhead for the SDK team to just modify these package dependencies to 1.8.0 and release another version.
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
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.
Why
Fixes #3328
What
Bump OpenTelemetry packages to 1.8.0 releases
Move support for
OTEL_TRACES_SAMPLER
andOTEL_TRACES_SAMPLER_ARG
to SDK by open-telemetry/opentelemetry-dotnet#5448Tests
CI
Checklist
CHANGELOG.md
is updated.Newfeatures are covered by tests.