Skip to content

Releases: ncabatoff/dbms_exporter

v0.1.0

12 May 16:38
Compare
Choose a tag to compare

Changelog

8a75b22 Verify that we can query Postgres and Sybase or fail the build.
6516e25 Fix bugs in both build methods that were preventing drivers from being compiled into the binary.

v0.0.2

04 May 23:02
Compare
Choose a tag to compare

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.