OpenTelemetry - CNCF/opentelemetry-dotnet: Release 1.0.0-rc9.6
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 1.0.0-rc9.6
Released: 2022-08-18
License: Apache-2.0
Release Assets:
OpenTelemetry.Instrumentation.AspNetCore
Removed
netstandard2.0
andnetstandard2.1
targets. .NET 5 reached EOL in May 2022 and .NET Core 3.1 reaches EOL in December 2022. The instrumentation for ASP.NET Core now requires .NET 6 or later. (#3567)Fixed an issue where activity started within middleware was modified by instrumentation library. (#3498)
Updated to use Activity native support from
System.Diagnostics.DiagnosticSource
to set activity status. (#3118) (#3555)
OpenTelemetry.Instrumentation.GrpcNetClient
- Updated to use Activity native support from
System.Diagnostics.DiagnosticSource
to set activity status. (#3118) (#3569)
OpenTelemetry.Instrumentation.Http
Updated to use Activity native support from
System.Diagnostics.DiagnosticSource
to set activity status. (#3118) (#3555)Changed activity source name from
OpenTelemetry.HttpWebRequest
toOpenTelemetry.Instrumentation.Http.HttpWebRequest
forHttpWebRequest
s and fromOpenTelemetry.Instrumentation.Http
toOpenTelemetry.Instrumentation.Http.HttpClient
forHttpClient
. (#3515)