Releases: ncabatoff/dbms_exporter
Releases · ncabatoff/dbms_exporter
v0.1.0
v0.0.2
Changelog
69eac32 Add: flag to print version of the application
322d8ef Fix connection leak that occured due to incorrectly closing the db handle on error.
c711ee1 Work around int32/64 counter overflows on the DB side, by casting to uint32/64 on the Go side. Fixes #2.
ad7ed71 Add -scrape.fatal-timeout command line option; when nonzero, this gives a query timeout. If it takes longer than that to run a query, exit with error. This is a stopgap effort to fix #1 until the real issue is fixed upstream in gofreetds.