You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Npgsql metrics instrumentation for versions 6.0.0+ on .NET.
In install script, Install-OpenTelemetryCore accepts optional argument RegisterAssembliesInGAC, which is true by default. When set to false, assemblies would not be installed in GAC.
In install script, new function added: Register-AssembliesInGAC. It installs OpenTelemetry assemblies and dependencies in GAC.
Changed
Musl-based (Alpine) libraries are compiled on Alpine v3.21.
otel-dotnet-auto-install.sh now optionally uses wget instead of curl, improving compatibility with mcr.microsoft.com/dotnet/runtime Alpine images.
Non-default application domains will be forced to load with LoaderOptimization.SingleDomain