sql_exporter
sql_exporter copied to clipboard
Flexible SQL Exporter for Prometheus.
**Summary:** There is a possible race condition defect related with reporting the previous state during the current scrape cycle **Found in:** sql_exporter, version 0.4.5 **Actual state:** We have a scrape...
We needed a possibility to execute some jobs / queries synchronously every time /metrics is requested. So I added the infrastructure to execute jobs with an interval
This is a chore I didn't get around to, if someone wants to tackle that please go ahead. There's some changes to the backoff library (github.com/cenkalti/backoff/v5) which we need to...
We use sql_exporter in our environments, but for us the following labels can be sensitive data: - host - database - user With this patch we add a global configuration...
When doing a query that results in rows with identical values in the label columns, scrapping /metrics will return 500 with an error saying that it found duplicate values for...
The CVE comes from an curl version older that 8.12. With the following patch this can be fixed in the "dockerfile" --- Dockerfile | 7 ++++--- 1 file changed, 4...
Hey Folks, Thanks for this, in general we've been using this in production for years and it's great! As we get more advanced, I have a query where I'm trying...
It could be useful to fail sql-exporter by means of K8s health probing by simply checking all configured DB connections could be established, failing /healthz probing otherwise.