sql_exporter
sql_exporter copied to clipboard
Flexible SQL Exporter for Prometheus.
Hello! Currently [pq](https://github.com/lib/pq) is stopped in development and does not support any new postgres features like new environment variables, parameters and so on. Right now I'm trying to deploy an...
Hello, It would be a nice improvement to be able to setup an interval by query. => Keep the job interval as default and overwrite interval in queries if the...
Hello, I would recommend to update README.md to add information that template strings can be used in ConfigMap for Kubernetes users, because at first I could not understand how to...
Hi, For our use case, it would be helpful if we have the possibility to run some queries on specific connections. So we would probably need to extend config to...
Looking at https://go.dev/wiki/SQLDrivers I don't see a reference to iam/passwordless based connexion to Postgresql hosted on RDS. Is this possible with sql_exporter ? A quick search leads me to other...
Proposal for use distroless base image instead of Alpine one to reduce vulnerability risk.
Previously, the metric name was always the query name, prefixed with `sql_`. Now, that remains the behavior if a prefix is not provided in the job config. An empty string...
**Issue:** ``` {"caller":"job.go:190","err":"sql: unknown driver \"mssql+pyodbc\" (forgotten import?)","job":"example","level":"warn","msg":"Failed to connect","ts":"2023-09-22T09:02:58.038302874Z"} ``` Is this driver indeed unsupported or am I using it wrongly? **Configuration in config.yml:** ``` --- # jobs is...
When using PostgreSQL, if the connection specifies exclude or include (only one can be specified), the exporter will create connections to the jobs based on the required databases. This parameter...
A new critical CVE was comming up for sql-exporter because of golang: stdlib go1.20.14 go-module CVE-2024-24790 Critical Golang had provided fixes in golang >=1.21.11 and and >=1.22.4 Please fix this....