OpenTelemetry - CNCF/opentelemetry-dotnet: Release 1.0.0-rc9.5
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 1.0.0-rc9.5
Released: 2022-08-03
License: Apache-2.0
Release Assets:
OpenTelemetry.Instrumentation.AspNetCore
- Fix Remote IP Address - NULL reference exception. (#3481)
- Metrics instrumentation to correctly populate
http.flavor
tag. (1.1 instead of HTTP/1.1 etc.) (#3379) - Tracing instrumentation to populate
http.flavor
tag. (#3372) - Tracing instrumentation to populate
http.scheme
tag. (#3392)
OpenTelemetry.Instrumentation.Http
Added
http.scheme
tag to tracing instrumentation. (#3464)[Breaking] Removes
SetHttpFlavor
option. "http.flavor" is now always automatically populated. To remove this tag, set "http.flavor" to null usingActivityProcessor
. (#3380)Fix
Enrich
not getting invoked when SocketException due to HostNotFound occurs. (#3407)
OpenTelemetry.Instrumentation.SqlClient
- Update the
ActivitySource.Name
from "OpenTelemetry.SqlClient" to "OpenTelemetry.Instrumentation.SqlClient". (#3435)