Thanks for taking the time to reply.
That makes alot of sense. I think the QueryCountStatsmonitor may be something for me to try but I suspect it might not have the info I need. I'm basically trying to check that the correct queryId is being attached to the queries such that they can be cancelled using DELETE/:queryId. This is an issue because that endpoint returns 202 regardless of a valid query ID so, for all I know its doing nothing if the correct query IDs are not being associated with the quereies.
Adam