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
When building a container image containing the profiler agent for auto-instrumentation of ASP.NET Core applications, the agent is no longer working. No logs appear from the profiler, suggesting that this fails extremely early when the CLR attempts to load the profiler. We see no obvious logs from the .NET runtime to identify the reason for the failure.
We need to identify what changed between 1.22.0 and 1.23.0 that may have caused this. No obvious changes were made to the managed profiler code.
The text was updated successfully, but these errors were encountered:
I've included a sample that can be used to reproduce this by building images for various combinations of agent version and .NET runtime. The README contains details of the steps to use it.
On initial testing on a Debian 11 VM, 1.27.3 failed on .NET 6.0 and .NET 8.0. This is strange, as I had it working in a container. 1.22.0 seemed to work fine.
When building a container image containing the profiler agent for auto-instrumentation of ASP.NET Core applications, the agent is no longer working. No logs appear from the profiler, suggesting that this fails extremely early when the CLR attempts to load the profiler. We see no obvious logs from the .NET runtime to identify the reason for the failure.
We need to identify what changed between 1.22.0 and 1.23.0 that may have caused this. No obvious changes were made to the managed profiler code.
The text was updated successfully, but these errors were encountered: