1.6.0-rc.1 of AspNetCore and Http instrumentation libraries #5114
utpilla
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OpenTelemetry.Instrumentation.AspNetCore
Removed support for
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable. The library will now emit only the stablesemantic 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 stablesemantic 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)This discussion was created from the release 1.6.0-rc.1 of.
Beta Was this translation helpful? Give feedback.
All reactions