Skip to content

Add possibility to exclude WAITFOR() from Top Queries view #4

@sandimschuh

Description

@sandimschuh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions