github burningalchemist/sql_exporter 0.22.0

latest release: chart-sql-exporter-0.17.1
7 hours ago

SQL Exporter v0.22.0

What's Changed

This release adds following features and improvements:

  • Add a configurable target ping interval (disabled by default) with ping caching mechanism, so we only ping the database when the last ping was more than pingInterval ago. Reduce unnecessary ping operations to the database, especially when using cached collectors;
  • Improve parameter validation for config.

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

Precompiled binaries are built with Go v1.25.8


Updated dependencies

Database drivers

  • PostgreSQL (libpq) 1.12.1
  • Clickhouse 2.44
  • Vertica 1.3.6

Others

  • aws-sdk-go-v2/config 1.32.13
  • aws-sdk-go-v2/service/secretsmanager 1.41.5
  • aws/aws-sdk-go-v2 v1.41.5

New Contributors

Full Changelog: 0.21.0...0.22.0

Don't miss a new sql_exporter release

NewReleases is sending notifications on new releases.