v1.0.0
1.0.0
This release is built on top of OpenTelemetry .NET:
- Core components:
1.6.0
System.Diagnostics.DiagnosticSource
:7.0.2
Added
- Added support for Azure SDK traces instrumentation on .NET Framework.
- Added support for
WCFCLIENT
instrumentation on .NET.
Changed
- Updated Core components:
1.6.0
. - MySql.Data instrumentation is now supported from version 8.1.0 working on .NET.
- OpenTracing spans are registered under
opentracing-shim
name instead ofOpenTelemetry.AutoInstrumentation.OpenTracingShim
.
Removed
- Removed MySql.Data instrumentation for versions 6.10.7-8.0.33.
- Removed support for
OpenTelemetry.Instrumentation.MySqlData.MySqlDataInstrumentationOptions
for plugins.
Fixed
- Fixed instrumentation loading issue where delayed instrumentation initialization could not bootstrap both traces and metrics. Affected scope: ASP.NET Core and HttpClient instrumentations.
- Fixed
ILogger
log instrumentation issue that caused logs to be exported multiple times.