-
NuGet: OpenTelemetry.Instrumentation.AspNet v1.13.0-beta.1
-
Following attributes are available while sampling:
http.request.method
,server.address
,server.port
,url.path
,url.query
,url.scheme
,user_agent.original
.
(#3151)
-
Replace static routing tokens with actual values in the route template.
(#3160) -
Updated OpenTelemetry core component version(s) to
1.13.1
.
(#3218)
See CHANGELOG for details.
-
-
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.13.0-beta.1
-
Breaking Change: This module is no longer responsible for creating activities.
The contract ofTelemetryHttpModuleOptions.OnRequestStartedCallback
was changed
toFunc<HttpContextBase, ActivityContext, Activity?>?
. The consumer is now
responsible for providing function returningActivity
.
(#3151) -
Fixed an inaccurate span end of time.
(#3171) -
Updated OpenTelemetry core component version(s) to
1.13.1
.
(#3218)
See CHANGELOG for details.
-