Instrumentation.AspNetCore-1.15.1
·
312 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
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 toError:UNKNOWN,DEADLINE_EXCEEDED,UNIMPLEMENTED,INTERNAL,
UNAVAILABLE, andDATA_LOSS. Previously, all non-OK status codes were treated
as errors.
(#3902)
See CHANGELOG for details.
- Breaking Change: For gRPC server spans, span status is now follow the