Skip to content

Instrumentation.AspNetCore-1.8.0

Compare
Choose a tag to compare
@CodeBlanch CodeBlanch released this 04 Apr 21:21
· 157 commits to main since this release
2c421a0

OpenTelemetry.Instrumentation.AspNetCore

  • Fixed an issue for spans when server.port attribute was not set with
    server.address when it has default values (80 for HTTP and
    443 for HTTPS protocol).
    (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set
    on activity. Now, when http.request.method is set and the original method
    is converted to its canonical form (e.g., Get is converted to GET),
    the original value Get will be stored in http.request.method_original.
    (#5471)

  • Fixed the name of spans that have http.request.method attribute set to _OTHER.
    The span name will be set as HTTP {http.route} as per the specification.
    (#5484)