pyroscope/pyroscope-dotnet
https://github.com/grafana/pyroscope-dotnet
100K+
To use this in your dockerfile, add these two lines:
# make sure to replace "glibc" with "musl" if you're using Alpine Linux
COPY --from=pyroscope/pyroscope-dotnet:0.8.5-glibc /Pyroscope.Profiler.Native.so ./Pyroscope.Profiler.Native.so
COPY --from=pyroscope/pyroscope-dotnet:0.8.5-glibc /Pyroscope.Linux.ApiWrapper.x64.so ./Pyroscope.Linux.ApiWrapper.x64.so
docker pull pyroscope/pyroscope-dotnet