github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.AspNetCore-1.16.0

latest release: Sampler.AWS-0.1.0-alpha.10
3 hours ago
  • 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 the Microsoft.AspNetCore.Hosting.SuppressActivityOpenTelemetryData
      AppContext switch to false (its default value is true).
      (#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.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.