dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.77k stars 439 forks source link

Ability to temporaraly remove spans of x type from the trace gant view #4928

Open dagdynamik opened 3 months ago

dagdynamik commented 3 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

When dealing with fullstack traces where you may have frontend going through ingress then api, then maybe some mass transit messaging, and also all the different services also trace efcore events.

The efcore event are important for performence tracing, but its not always you want to see them, if you looking at the general flow of your application.

Describe the solution you'd like

Ability to set a permanent filter on the gang view that removes span of xyz filter. so the view can be much more compact and you dont have too look as say example the efcore traces all over the trace.

Additional context

No response

dagdynamik commented 2 months ago

If anyone are interested i made a crude aproach to this in a fork. probably not producion ready. but i made something and it works :P