prometheus-mssql-exporter
prometheus-mssql-exporter copied to clipboard
Too little information for Windows Environment
After running the docker command with container up and running, this is all I got from my-ip-addr:4000/metrics page:
# HELP mssql_up UP Status
# TYPE mssql_up gauge
mssql_up 0
Where should one be looking at for complete list of mssql metrics?
I understand why this is so. Exporter for some reason was unable to establish connection to the DB instance. Spent hours trying to figure this out. Turns out that rebbot of windows server was all I needed to do after opening up port 1433 in SQL Server Configuration. This reboot issue after simplest changes in windows is one reason I do not like working with it