v1.0.0-rc.1
Pre-release
Pre-release
github-actions
released this
27 Jun 11:26
·
713 commits
to main
since this release
1.0.0-rc.1
This release is built on top of OpenTelemetry .NET:
- Core components:
1.5.1
System.Diagnostics.DiagnosticSource
:7.0.0
Added
- The environment variable
OTEL_DOTNET_AUTO_FAIL_FAST_ENABLED
could be used to enable or disable the failing process when automatic instrumentation cannot be executed. - Add support for MySqlConnector traces instrumentation.
Changed
- Updated Core components:
1.5.1
. - ASP.NET instrumentation no longer requires manual modification of config files to include
TelemetryHttpModule
. - Parameter for
ConfigureTracesOptions
extension point for StackExchangeRedis changed type fromOpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions
toOpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions
. WCF
instrumentation split toWCFCLIENT
andWCFSERVICE
. Both supported only on .NET Framework.WCFCLIENT
andWCFSERVICE
no longer requires manual modification of config files to includeTelemetryEndpointBehaviorExtensionElement
.- GraphQL instrumentation is now supported from version 7.5.0 working on .NET.
Removed
- Removed
WCF
instrumentation for Core WCF Client working on .NET. - Removed GraphQL instrumentation for versions 2.3.0-2.4.*.
Known issues
- Lack of support for MySql.Data 8.0.33. See #2542.