OpenTelemetry - CNCF/opentelemetry-dotnet: Release 1.6.0-rc.1
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 1.6.0-rc.1 of AspNetCore and HttpClient instrumentation libraries
Released: 2023-12-02
License: Apache-2.0
Release Assets:
OpenTelemetry.Instrumentation.AspNetCore
Removed support for
OTEL_SEMCONV_STABILITY_OPT_IN
environment variable. The library will now emit only the stable semantic conventions. (#5066)Removed
netstandard2.1
target. (#5094)Removed support for grpc instrumentation to unblock stable release of http instrumentation. For details, see issue #5098 (#5097)
Breaking Change : Renamed
AspNetCoreInstrumentationOptions
toAspNetCoreTraceInstrumentationOptions
. (#5108)
OpenTelemetry.Instrumentation.Http
Removed support for
OTEL_SEMCONV_STABILITY_OPT_IN
environment variable. The library will now emit only the stable semantic conventions. (#5068)Update activity DisplayName as per the specification. (#5078)
Removed reference to
OpenTelemetry
package. This is a breaking change for users relying on SuppressDownstreamInstrumentation option inOpenTelemetry.Instrumentation.GrpcNetClient
. For details, check out this issue. (#5077)Breaking Change: Renamed
HttpClientInstrumentationOptions
toHttpClientTraceInstrumentationOptions
. (#5109)Breaking Change: Removed
http.user_agent
tag from HttpClient activity. (#5110)HttpWebRequest
: Introduced additional values forerror.type
tag on activity andhttp.client.request.duration
metric. (#5111)