-
NuGet: OpenTelemetry.Instrumentation.AspNetCore v1.16.0
-
Avoid duplicative work to add tags to traces when they are already natively supported
by ASP.NET Core itself. When using ASP.NET Core 10, performance can be
improved by setting theMicrosoft.AspNetCore.Hosting.SuppressActivityOpenTelemetryData
AppContext switch tofalse(its default value istrue).
(#3993) -
Add instrumentation schema URL to traces for
netstandard2.0.
(#4066) -
Fix enrich methods being called multiple times.
(#4015) -
Updated OpenTelemetry core component version(s) to
1.16.0.
(#4487) -
Add support for version 1.41.0
of the Semantic Conventions for RPC/gRPC.
(#4370) -
Update Semantic Conventions for RPC/gRPC to version
1.42.0.
(#4508) -
Fixed gRPC attributes being missing from the exported span when a sibling
activity is created because a non-default propagator (e.g. a custom or
composite propagator) is configured.
(#4508)
See CHANGELOG for details.
-