github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.AspNet-1.13.0-beta.1

pre-release14 hours ago
  • 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 of TelemetryHttpModuleOptions.OnRequestStartedCallback was changed
      to Func<HttpContextBase, ActivityContext, Activity?>?. The consumer is now
      responsible for providing function returning Activity.
      (#3151)

    • Fixed an inaccurate span end of time.
      (#3171)

    • Updated OpenTelemetry core component version(s) to 1.13.1.
      (#3218)

    See CHANGELOG for details.

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

NewReleases is sending notifications on new releases.