How can i find out GC statistics(rate , allocations and ....) of a .net core app inside a docker container(Linux) and number of threads which are used by that app? I have tried docker API engine, performance counters and did not find any thing about GC.
As Konrad Kokosa mentioned :
.NET CLI diagnostic tools, especially dotnet monitor