Skip to content

Update sql_exporter to 0.20.0#207

Merged
tomhughes merged 1 commit intomainfrom
updater/sql-0.20.0
Mar 15, 2026
Merged

Update sql_exporter to 0.20.0#207
tomhughes merged 1 commit intomainfrom
updater/sql-0.20.0

Conversation

@github-actions
Copy link
Copy Markdown

Update sql_exporter to 0.20.0.

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: burningalchemist/sql_exporter@0.19.1...0.20.0

@tomhughes tomhughes merged commit 753d2e5 into main Mar 15, 2026
@github-actions github-actions Bot deleted the updater/sql-0.20.0 branch March 22, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant