I'm aware of the ability to exclude statements by using individual hash ids, and additionally by using the quickpoll filter to exclude statements from being collected. However, I'm looking for a way to exclude a set of queries based on a string being present in them - I've got a series of queries that aggregate data across databases (100+) on a server, and each query shows up as a separate hash in DPA. Trying to exclude these one by one is not something I want to do, and was hoping there was a way to exclude them using a wildcard on the sql text - something like 'and not like '%aggregationTable%'.
I don't necessarily need to exclude them from being collected, but I would like to exclude them from the charts, to prevent skewing of the data.
any help would be appreciated
thanks
Dan