v0.6.0-beta.2
Pre-release
Pre-release
github-actions
released this
15 Feb 06:40
·
1101 commits
to main
since this release
This beta release is built on top of OpenTelemetry .NET:
- Core components:
1.4.0-rc.4
System.Diagnostics.DiagnosticSource
:7.0.0
Added
- Support for systems with glibc versions 2.17-2.29.
Changed
- Updated Core components:
1.4.0-rc.4
. - Replace
OTEL_DOTNET_AUTO_LEGACY_SOURCES
withOTEL_DOTNET_AUTO_TRACES_ADDITIONAL_LEGACY_SOURCES
. - Updated the shared store to correctly support framework roll-forward from
net6.0
tonet7.0
.
Removed
- Remove support for plugin method
ConfigureMetricsOptions(OpenTelemetry.Instrumentation.Process.ProcessInstrumentationOptions)
.
Fixed
- Fix location of
OpenTelemetry.AutoInstrumentation.Native.so
forlinux-musl-x64
. - Fix issues when instrumenting
dotnet
CLI #1477.