v1.16.0-beta.1
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
v1.16.0-beta.1
Added
- OpAMP extension points for plugins.
- Configuration
OTEL_DOTNET_AUTO_APP_DOMAIN_STRATEGYadded with ability to
use:LoaderOptimizationSingleDomain- all non-default application domains will be forced to load withLoaderOptimization.SingleDomain, preventing their assemblies loading as domain neutral;AssemblyRedirect- modify app config binding redirects to load required assembly versions;None- do not use any special strategy for non-default application domains.
See docs/netfx-appdomain-strategy.md for details.
Changed
- Support for StackExchange.Redis traces instrumentation for versions
3.x.x+ on .NET.
Dependency updates
- Following packages updated
OpenTelemetry.Resources.Processfrom1.15.1-beta.1to1.15.1-beta.2.
Removed
instrument.shno longer supports launching an application when the script is sourced (for example,. ./instrument.sh <command>). To launch an application, execute the script directly:./instrument.sh <application_executable>.
Fixed
- Fix dynamic configuration based attributes leak across calls.