Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Releases: MindFlavor/prometheus_sql_server_exporter

Core rewrite, better perf and support for .net Core 6.0

02 Dec 14:00
510ea32
Compare
Choose a tag to compare
Version 2.0 (#31)

* Updated System.Data.SqlClient reference

* version 2

Support for .net core 5.0

03 Apr 18:44
e0eed83
Compare
Choose a tag to compare
Upgrade to .netcore5.0 (#28)

* Upgrade to .netcore5.0

* updated github action

Support for Memory clerks

24 Nov 13:46
4d5519e
Compare
Choose a tag to compare
v1.0.0

Release 1.0

.net core 3.1 support

26 Feb 15:19
5f61d5a
Compare
Choose a tag to compare

This release adds support for .net core 3.1. It also adds support for nullable (where applicable) throughout the code.

Wait stats

18 Mar 09:45
42beb55
Compare
Choose a tag to compare

Added wait stats exporter

Exported metrics

Added performance counter filter

This release adds the ability to filter for specific performance counters.
You can still add every supported performance counter as before, just use the Templates/PerformanceCounters/Everything.txt template to the config file.
As usual, look at the sample_config file for an example configuration.

First public version

04 Mar 13:59
632a656
Compare
Choose a tag to compare