windows_exporter icon indicating copy to clipboard operation
windows_exporter copied to clipboard

[MSSQL] Query duration stats

Open DarkEyeDragon opened this issue 1 year ago • 1 comments

Is it possible to get the execution durations of the individual query's?

I found this article regarding it https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-query-stats-transact-sql?view=sql-server-ver16 Nothing like it in the stats though. Closest i could find was windows_mssql_sqlstats_guided_plan_executions but does not seem related.

I feel like this is an important metric to have to monitor peformance.

DarkEyeDragon avatar Feb 23 '24 07:02 DarkEyeDragon

This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.

github-actions[bot] avatar May 24 '24 02:05 github-actions[bot]