Particular / ServiceInsight

Advanced debugging for NServiceBus
http://particular.net/serviceinsight
Other
17 stars 32 forks source link

Being able to focus only on error or audit messages #1526

Open DCollart opened 1 day ago

DCollart commented 1 day ago

Describe the feature.

Is your feature related to a problem? Please describe.

That would solve the problem I just documented : https://github.com/Particular/ServiceInsight/issues/1525 But it's not the main point.

Describe the requested feature

That would be great to have a way to get only audit or only error messages.

I had to investigate some errors but since audit messages are always loaded (and we have way more audit messages than error messages) it really slow down any operation (search/paging/ordering).

I tried ordering on status but... If I order "ascending" I get the successful first (not useful). image If I order "descending" I see the errors for a second then they are replaced by the "successful after retries" image

And even if ordering was OK, since it's not possible to order on multiple columns it's not usable.

Having a way to specify I only want to deal with error/audit messages would be great and probably way faster (we usually have way less error messages than audit messages).

Describe alternatives you've considered

I checked directly in the API, but that's pity.

Additional Context

No response