-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
When an application uses WAITFOR() queries (e.g. to wait for conversation on a message queue), these often have very long wait times. In my case, I only have WAITFOR() queries in the "Top Queries by Duration" view. The actual problem queries do not appear in the Top n list at all.
Proposed Solution
Add a configuration option or filter to exclude such queries (and perhaps others) if necessary. A universal option could be to define such filters as patterns in order to filter the SQL text.
Use Case
I would like to have the option to enable this filter by default.
Scope
Please indicate which component(s) this affects:
- [x ] Full Dashboard
- [x ] Lite
- [ x] SQL collection scripts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request