grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.66k stars 577 forks source link

How run pyroscope agent with IIS #3261

Closed mohrmz closed 1 week ago

mohrmz commented 2 months ago

Describe the bug

I want to deploy my asp.net core application with iis as pyroscope documentation says i shoud run .net app with pyroscope exec myapp.exe "arg1" "arg2"

how can i run this command with pyroscope agent in iis

korniltsev commented 2 months ago

May I ask where did you find pyroscope exec myapp.exe "arg1" "arg2" ?

kolesnikovae commented 2 months ago

Hi @mohrmz, unfortunately, as of now dotnet profiler is only supported on linux amd64. If you want to profile .net apps on Windows, please create a new issue

mohrmz commented 2 months ago

Hi @mohrmz, unfortunately, as of now dotnet profiler is only supported on linux amd64. If you want to profile .net apps on Windows, please create a new issue

Hi @kolesnikovae I oen new feature request issue at https://github.com/grafana/pyroscope/issues/3263

kolesnikovae commented 2 months ago

Thank you @mohrmz! We'll look into it and prioritize accordingly

kolesnikovae commented 1 week ago

Duplicate of https://github.com/grafana/pyroscope/issues/3263