Skip to content

Releases: awaragi/prometheus-mssql-exporter

v1.3.0

29 Apr 02:54
Compare
Choose a tag to compare

Fixed version computation (support for older servers)
Replaced query for database connections (support for older server such as 2008 r2)
Added optional environment variables for encryption and trust_server_certificate (default to true)
Update documentation with new environment variables

Full Changelog: v1.2.1...v1.3.0

v1.2.1

25 Apr 12:09
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

23 Apr 22:32
Compare
Choose a tag to compare

Robust server that handles errors within metric sql results processing
If a metric sql returns 0 rows, handle it gracefully instead of letting the collector fail
added metric entry naming using associative array instead of simple array
start:verbose now correctly shows queries (typo)
UP metric is now a standard metric (using SELECT 1 query)
change metrics functions to new arrow format
Fix imports

Release v1.1.0

24 Mar 23:49
7ff3b4c
Compare
Choose a tag to compare

More metrics
Cleanup of code (src folder)
update of Tedious library to latest (should fix most of the err connect issues)
More documentation including an FAQ
Added Grafana dashboard suggestion
Improved logs

Release v1.0.1

20 Mar 23:18
Compare
Choose a tag to compare

Release 1.0.0 (same code base as 0.4.1 but with few backward updates)

20 Mar 23:06
619d0c2
Compare
Choose a tag to compare

What's Changed

  • Version 1.0 by @awaragi in #33
  • add custom port by @colin-lee in #1
  • Fix default sql server port into README.md by @vladdy-moses in #21
  • Added ability to list all dtatbase with state, added metrics for database files (their sizes, names and types) by @theKorzh in #18

New Contributors

Full Changelog: v0.4.1...v1.0.0