1.6.0-rc.1 of AspNetCore and HttpClient instrumentation libraries
Pre-releaseOpenTelemetry.Instrumentation.AspNetCore
-
Removed support for
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable. The library will now emit only the stable
semantic conventions. (#5066) -
Removed
netstandard2.1target. (#5094) -
Removed support for grpc instrumentation to unblock stable release of http instrumentation. For details, see issue #5098 (#5097)
-
Breaking Change : Renamed
AspNetCoreInstrumentationOptionstoAspNetCoreTraceInstrumentationOptions. (#5108)
OpenTelemetry.Instrumentation.Http
-
Removed support for
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable. The library will now emit only the stable
semantic conventions. (#5068) -
Update activity DisplayName as per the specification. (#5078)
-
Removed reference to
OpenTelemetrypackage. This is a breaking change for users relying on SuppressDownstreamInstrumentation option inOpenTelemetry.Instrumentation.GrpcNetClient. For details, check out this issue. (#5077) -
Breaking Change: Renamed
HttpClientInstrumentationOptionstoHttpClientTraceInstrumentationOptions. (#5109) -
Breaking Change: Removed
http.user_agenttag from HttpClient activity. (#5110) -
HttpWebRequest: Introduced additional values forerror.typetag on activity andhttp.client.request.durationmetric. (#5111)