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.69k stars 578 forks source link

[DOC] Add doc about support for span profiles using .NET #3213

Open knylander-grafana opened 3 months ago

knylander-grafana commented 3 months ago

Add documentation about span profiles support using .NET. This support was added in this PR: https://github.com/grafana/pyroscope-dotnet/pull/58

Example usage: https://github.com/grafana/pyroscope/compare/feat/dotnet-span-profiles-playground?expand=1

Update these docs:

Related: