SQL Exporter v0.14.0
What's Changed
- feat: return metric with an explicit timestamp from the configured column by @burningalchemist in #429
- feat: provide configuration subset via env variables by @burningalchemist in #430
- feat: scrape selected jobs via query params by @burningalchemist in #433
- fix: nil dereference on wrong log level values, cleanup by @burningalchemist in #421
- fix: add flag to ignore results with missing values by @burningalchemist in #422
- fix: expand env vars while parsing DB URL by @burningalchemist in #428
- fix: if timestamp_value is empty, no need to reserve a column by @burningalchemist in #431
- refactor: split config.go, break down long functions by @burningalchemist in #423
- docs: fix PostgreSQL DSN example by @rc5hack in #436
Precompiled binaries are built with Go v1.21.7
Updated dependencies
Database drivers
- Snowflake 1.8.0
- MSSQL 1.7.0
Others
- google.golang.org/protobuf 1.32.0
- klog-gokit v3.4.0
- prometheus/client_golang 1.18.0
- prometheus/client_model 0.6.0
- prometheus/common 0.48.0
- xo/dburl 0.21.1
- aws-sdk-go-v2 1.25.2
- aws-sdk-go-v2/service/secretmanager 1.28.1
- aws-sdk-go-v2/config 1.27.4
New Contributors
Full Changelog: 0.13.1...0.14.0