profiler - add filter by "appName"
Using the profiler to narrow-down slow operations is great. One thing sorely missing is the ability to filter by "appName" - some of our top slow queries are from dev team working with compass or running experimental code vs the database as opposed to our main production app. We want to be able to ignore these when we perform the analysis - should be simple to implement as the metadata in the profile statistics already has a field with the desired information - "appName"
-
Ronny commented
This will help us too a lot, especially filtering our the irrelevant Compass queries.
Ideally if you could have both exclude and include, this would be good. And extra points if you can filter on only the start of the string (as we also put version in appName). -
Karl commented
3 years later and still an issue. Unfortunately, this renders the index suggestions largely useless for a busy database.