Instrumentation.AspNet-1.10.0-beta.1
Pre-release-
NuGet: OpenTelemetry.Instrumentation.AspNet v1.10.0-beta.1
-
Updated registration extension code to retrieve environment variables through
IConfiguration
.
(#1976) -
Updated OpenTelemetry core component version(s) to
1.10.0
.
(#2317) -
Fixed an issue in ASP.NET instrumentation where route extraction failed for
attribute-based routing with multiple HTTP methods sharing the same route template.
(#2250)
See CHANGELOG for details.
-
-
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.10.0-beta.1
-
TelemetryHttpModule
will now pass theurl.path
tag (set to
Request.Unvalidated.Path)
when startingActivity
instances for incoming requests so that it is
available to samplers and may be used to influence the sampling decision made
by custom
implementations.
(#1871) -
Updated OpenTelemetry core component version(s) to
1.10.0
.
(#2317)
See CHANGELOG for details.
-