v0.5.1-beta.3
Pre-release
Pre-release
github-actions
released this
05 Jan 07:51
·
1247 commits
to main
since this release
This beta release is built on top of OpenTelemetry .NET:
- Core components:
1.4.0-rc.1
System.Diagnostics.DiagnosticSource
:7.0.0
Added
- Add support for NServiceBus metrics and traces instrumentations.
- Add support for Elasticsearch traces instrumentations.
- Add plugin support for
ConfigureTracesOptions(StackExchangeRedisCallsInstrumentationOptions options)
. - Add plugin support for
ConfigureMetricsOptions(AspNetCoreMetricsInstrumentationOptions options)
. - Add automatic assembly redirection for .NET Framework applications. The redirection can be enabled or disabled via the
OTEL_DOTNET_AUTO_NETFX_REDIRECT_ENABLED
environment variable. See the additional settings table for details.
Changed
- Updated Core components:
1.4.0-rc.1
Removed
- Remove support for Jaeger exporter.
Fixed
- Fix WCF instrumentation on .NET Framework.