Update OpenTelemetry packages#1278
Merged
Merged
Conversation
- EnableGrpcAspNetCoreSupport was replaced by environment variable OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_ENABLE_GRPC_INSTRUMENTATION, see https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/test/OpenTelemetry.Instrumentation.Grpc.Tests/GrpcTests.server.cs - Replace usage of IDeferredTracerProviderBuilder, see open-telemetry/opentelemetry-dotnet#4228
Member
Author
|
/azp run Steeltoe.All |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
TimHess
reviewed
Apr 16, 2024
TimHess
previously approved these changes
Apr 16, 2024
Member
TimHess
left a comment
There was a problem hiding this comment.
One extremely minor suggestion, otherwise LGTM for current scope.
Co-authored-by: Tim Hess <tim.hess@broadcom.com>
TimHess
approved these changes
Apr 17, 2024
bart-vmware
added a commit
that referenced
this pull request
Jul 30, 2025
- Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist) - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions
bart-vmware
added a commit
that referenced
this pull request
Jul 30, 2025
- Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist) - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions
bart-vmware
added a commit
that referenced
this pull request
Jul 31, 2025
* Add net8.0 target framework, reorder frameworks * Fix build errors * Fix broken tests, suppress hanging Resharper test runner * Remove net8.0 target from Messaging/Stream/Integration (incompatible) * Remove target for netcoreapp3.1 * Remove unused entries from versions.props, match up EF Core version * Split package versions into exposed/non-exposed groups * Bump vulnerable package: Newtonsoft.Json * Bump vulnerable OpenTelemetry packages (backported from #1278) - Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist) - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions * Bump vulnerable package: Microsoft.Extensions.Caching.Memory * Bump vulnerable package: System.Text.Json * Bump vulnerable package: System.Data.SqlClient * Bump vulnerable package: Microsoft.Data.SqlClient * Bump vulnerable package: Oracle.ManagedDataAccess.Core * Bump vulnerable package: MongoDB.Driver * Bump vulnerable package: Npgsql * Bump some internal-only package versions * Fix/suppress build warnings * Fix broken tests * Automated insertion of Obsolete attribute, affecting all public types below the following directories: /src/CircuitBreaker/src/Abstractions /src/CircuitBreaker/src/Hystrix.MetricsEventsCore /src/CircuitBreaker/src/Hystrix.MetricsStreamCore /src/CircuitBreaker/src/HystrixBase /src/CircuitBreaker/src/HystrixCore /src/Common/src/Common.Expression /src/Common/src/Common.Kubernetes /src/Common/src/Common.RetryPolly /src/Common/src/Common.Utils /src/Configuration/src/KubernetesBase /src/Configuration/src/KubernetesCore /src/Connectors/src/Connector.EF6Core /src/Discovery/src/Kubernetes /src/Integration/src/Abstractions /src/Integration/src/IntegrationBase /src/Integration/src/RabbitMQ /src/Management/src/KubernetesCore /src/Stream/src/Abstractions /src/Stream/src/BinderRabbitMQ /src/Stream/src/StreamBase /src/Messaging/src/Abstractions /src/Messaging/src/MessagingBase /src/Messaging/src/RabbitMQ /src/Security/src/DataProtection.CredHubBase /src/Security/src/DataProtection.CredHubCore * Manually mark remaining APIs obsolete * Suppress obsolete warnings * Apply patch from #1108 * Install .NET 8 in cibuild, fix trigger of component builds * Remove redundant TargetFramework conditionals * Remove redundant NET6_0_OR_GREATER conditionals * Disable failing test in CI on Windows * Package using GHA * Change pipeline timeouts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Updates Steeltoe to depend on stable OpenTelemetry packages, where available. Fixes broken build.
EnableGrpcAspNetCoreSupportwas replaced by environment variableOTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_ENABLE_GRPC_INSTRUMENTATION, see https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/test/OpenTelemetry.Instrumentation.Grpc.Tests/GrpcTests.server.csIDeferredTracerProviderBuilder, see Pass the IServiceProvider in ConfigureResource, WithTracing & WithMetrics open-telemetry/opentelemetry-dotnet#4228Quality checklist
If your change affects other repositories, such as Documentation, Samples and/or MainSite, add linked PRs here.