You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced goversioninfo with go-winres for Windows exe metadata generation
π Enhancements
Logged per-query execution duration to help diagnose slow queries during peak load
π Bug fixes
Enforced per-query execution timeout via context.WithTimeout so blocked queries are cancelled at the configured TIMEOUT instead of stalling the integration
Fixed IsSystemDatabase filtering out queries with NULL database names, which caused MSSQLTopSlowQueries to drop data on servers running cross-database ETL workloads
Routed QPM queries through SQLConnection.Queryx so the per-query timeout applies on all query paths