Skip to content

Instrumentation.AspNetCore-1.15.1

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 11 Mar 10:19
· 312 commits to main since this release
Immutable release. Only release title and notes can be modified.
35de701
  • NuGet: OpenTelemetry.Instrumentation.AspNetCore v1.15.1

    • Breaking Change: For gRPC server spans, span status is now follow the
      OpenTelemetry Semantic Conventions. Only the following gRPC status codes
      set span status to Error: UNKNOWN, DEADLINE_EXCEEDED, UNIMPLEMENTED, INTERNAL,
      UNAVAILABLE, and DATA_LOSS. Previously, all non-OK status codes were treated
      as errors.
      (#3902)

    See CHANGELOG for details.