OpenTelemetry - CNCF/opentelemetry-dotnet-instrumentation: Release v1.9.0
Name: opentelemetry-dotnet-instrumentation
Owner: OpenTelemetry - CNCF
Release: v1.9.0
Released: 2024-11-06
License: Apache-2.0
Release Assets:
1.9.0
Changed
- Musl-based (Alpine) libraries are compiled on Alpine v3.20.
Dependency updates
- Following packages updated
OpenTelemetry.Instrumentation.Wcf
from1.0.0-rc.17
to1.0.0-rc.18
,
- .NET Framework only, following packages updated
Google.Protobuf
updated from3.28.2
to3.28.3
,Microsoft.Extensions.DependencyInjection
from8.0.0
to8.0.1
,Microsoft.Extensions.DependencyInjection.Abstractions
from8.0.1
to8.0.2
,System.Diagnostics.DiagnosticSource
from8.0.0
to8.0.1
,System.Text.Json
from8.0.4
to8.0.5
.
Deprecated
- Support for macOS Monterey 12 x64. All further releases will be supporting macOS Ventura 13 x64 and newer.
Removed
- Drop support for following environment variables:
OTEL_DOTNET_AUTO_TRACES_CONSOLE_EXPORTER_ENABLED
,OTEL_DOTNET_AUTO_METRICS_CONSOLE_EXPORTER_ENABLED
, andOTEL_DOTNET_AUTO_LOGS_CONSOLE_EXPORTER_ENABLED
. Instead, useconsole
as one of the values for the following environment variables:OTEL_TRACES_EXPORTER
OTEL_METRICS_EXPORTER
OTEL_LOGS_EXPORTER
.