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_IN
environment variable. The library will now emit only the stablesemantic 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 stablesemantic 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)This discussion was created from the release 1.6.0-rc.1 of.
Beta Was this translation helpful? Give feedback.
All reactions