List of NuGet packages and version that you are using: Only Official GRPC and AppInsights
Runtime version: core8.0
Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.): Linux Container inside k8s
Describe the bug
In an asp.net GRPC server with AppInsights configured, app insights will slowly leak memory, changing the garbage collector type mitigates a little bit of the problem (false) but the leak still happens.
The repository was tested inside a Linux container using the official docker image and on an arch Linux workstation, and i believe the same issue happens in windows as well.
If you need any more information or has doubts feel free to contact me
Describe the bug
In an asp.net GRPC server with AppInsights configured, app insights will slowly leak memory, changing the garbage collector type mitigates a little bit of the problem (false ) but the leak still happens.
To Reproduce
This is the repository with the minimal reproduction code so that the memory leak happens: https://github.com/MarioGK/AppInsightsMemoryLeak
The repository was tested inside a Linux container using the official docker image and on an arch Linux workstation, and i believe the same issue happens in windows as well.
If you need any more information or has doubts feel free to contact me