Summary
Lite's own collection queries show up in Active Queries, Top Queries, Top Procedures, and Query Store results, polluting the data with monitoring overhead.
Approach
- Inject a recognizable dummy/marker string (e.g. a SQL comment like
/* PerformanceMonitorLite */) into all collection queries that Lite executes
- Add filters to the following display queries to exclude rows matching that marker:
- Active Queries
- Top Queries
- Top Procedures
- Query Store queries
This keeps Lite's own footprint out of the results users are analyzing.