Activity overview
Latest activity by j_granden
custom metric - caluclated rate of change display problem
I've got a custom metric to capture requests/sec for a workload group:
SELECT total_request_count FROM sys.dm_resource_governor_workload_groups WHERE name = 'MyGroup'
I've got the "Use a calculate...