Closed cr-Tair closed 1 year ago
Hey, do you want to submit a PR adding the documentation you would like to see? We are mostly using Postgres, but happy to improve the documentation for other databases.
Hi @dewey, I've submitted a PR that add the documentation of MSSQL connection string- https://github.com/justwatchcom/sql_exporter/pull/109
While using the open-source SQL exporter, I noticed that there is no example provided for integrating with MSSQL, despite MSSQL being used in the exporter. This omission makes it difficult for users to set up MSSQL integrations effectively.
In order to find the connection string that needs to be used, I went to the library of MSSQL and found the documention:
sqlserver://username:password@host/instance?param1=value¶m2=value
I suggest adding a dedicated example or documentation section specifically focused on setting up MSSQL integration within the exporter (and all other integrations that are not documented).
Thank you!