Skip to content

Instrumentation.AspNet-1.13.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 15 Oct 05:48
· 50 commits to main since this release
07c1bb2
  • 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.