Eli Allen

Results 1 issues of Eli Allen

If you have multiple named instances the sql has issues. For example: https://github.com/awaragi/prometheus-mssql-exporter/blob/master/src/metrics.js#L224 the line: AND object_name = 'SQLServer:Buffer Manager' should be similar to: SELECT * FROM sys.dm_os_performance_counters WHERE object_name...