Anthony Valenti
Results
2
comments of
Anthony Valenti
When I view the http://localhost/metrics URL, it looks like this: ```# HELP mssql_up mssql_up # TYPE mssql_up GAUGE mssql_up 0 # HELP mssql_timeouts Number of queries timing out. # TYPE...
The SQL version is 13.0.5698.0 (2016) The metrics.json is: `{ "Queries": [ { "Name": "mssql_process_status", "Query": "SELECT status, COUNT(*) count FROM sys.sysprocesses GROUP BY status", "Description": "Counts the number of...