I've just started using Query data store in SQL server 2016, and its very useful indeed. I have a problem in that on the server there are a number of services that are monitoring service broker queues, and as a result their WAITFOR statements always appear as the longest running queries in the reports. This in itself is not an issue, but they run for so long that they skew the duration axis on the report so that all the other queries are hardly visible.
Is there any way to get Query Store to ignore a query so it doesn't show up on the report?