Releases: awaragi/prometheus-mssql-exporter
v1.3.0
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
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
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
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
Full Changelog: v1.0.0...v1.0.1
Release 1.0.0 (same code base as 0.4.1 but with few backward updates)
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
- @colin-lee made their first contribution in #1
- @vladdy-moses made their first contribution in #21
- @theKorzh made their first contribution in #18
- @awaragi made their first contribution in #33
Full Changelog: v0.4.1...v1.0.0