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
pingIntervalago. 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
- fix: Add parameter validation for config by @destinyoooo in #949
- feat: Add target ping interval by @destinyoooo in #948
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
- @destinyoooo made their first contribution in #949
Full Changelog: 0.21.0...0.22.0