DSN example connection string for SQL Server - #541
Replies: 1 comment 2 replies
-
Hi @SakZeppelin, I think you need to find out the SQL Server endpoint in Azure Web UI, the one you are using is a vm hostname, but it doesn't have the database instance. Check the example here: https://github.com/burningalchemist/sql_exporter/blob/master/examples/azure-sql-mi/sql_exporter.yml (it also has example queries for Azure MSSQL) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm new with this exporter trying to create custom metrics in order to create better alerts in Grafana but im struggling with the connection with my SQL Server Instance.
I have a virtual machine in Azure where is installed my AlwaysOn Cluster in two VM and have an windows domain user with write permission in the sql instance.
Could you give me an example for DSN connection string for SQL Server? (for a local sql user and also for an windows domain user)
My test DSN: sqlserver://sqluser:t492$JcG@vm-ag01:1433
Best regards
Beta Was this translation helpful? Give feedback.
All reactions