Skip to content
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

Merged
merged 4 commits into from
Apr 6, 2024

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Apr 5, 2024

Why

Fixes #3328

What

Bump OpenTelemetry packages to 1.8.0 releases
Move support for OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG to SDK by open-telemetry/opentelemetry-dotnet#5448

Tests

CI

Checklist

  • CHANGELOG.md is updated.
  • Documentation is updated.
  • New features are covered by tests.

@Kielek Kielek marked this pull request as ready for review April 5, 2024 10:32
@Kielek Kielek requested a review from a team April 5, 2024 10:32
<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" />
Copy link
Contributor Author

@Kielek Kielek Apr 5, 2024

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.

Copy link
Contributor

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.

Copy link
Contributor

@rajkumar-rangaraj rajkumar-rangaraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Kielek Kielek merged commit 3fe5e31 into open-telemetry:main Apr 6, 2024
41 checks passed
@Kielek Kielek deleted the otel-1.8.0 branch April 6, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade OTel SDK to 1.8.0
3 participants