github burningalchemist/sql_exporter 0.20.0

latest release: chart-sql-exporter-0.15.0
9 hours ago

SQL Exporter v0.20.0

⚠️ BREAKING CHANGES

  • The aws_secret_name field has been removed and related legacy code has been replaced with the new mechanism.

What's Changed

This release adds following features and improvements:

  • Secrets can now be referenced directly in the data_source_name field using the new URL syntax. Supported providers include AWS Secrets Manager, GCP Secret Manager and Hashicorp Vault. This change applies to both single and multi-target configurations;
  • Support for custom TLS configuration for MySQL connections, allowing users to specify client and CA certificates via DSN parameters;
  • Warmup delay mechanism (warmup_delay) aimed at preventing the thundering herd problem during startup by staggering collector queries. It's used alongside the min_interval parameter to populate the cache;
  • Improved job filter handling to only include scrape_errors_total metrics for jobs specified in the job filters.

Further details are available in the README, and also in the example configuration here.

Precompiled binaries are built with Go v1.25.8


CVE addressed:

Updated dependencies

Database drivers

  • MSSQL 1.9.7

Others

  • aws-sdk-go-v2/config 1.32.10
  • aws-sdk-go-v2/service/secretsmanager 1.41.2
  • aws/aws-sdk-go-v2 v1.41.2

Full Changelog: 0.19.1...0.20.0

Don't miss a new sql_exporter release

NewReleases is sending notifications on new releases.