Skip to content

Releases: stohrendorf/csv-prometheus-exporter

v1.2.2

28 Sep 10:44
5ea1dd1
Compare
Choose a tag to compare

Nothing much. Tried to update dependencies and make it use the new docker images.

v1.2.1

26 Aug 12:19
Compare
Choose a tag to compare
  • Heavily increase thread pool min size based on processor count to avoid thread starvation.

v1.2.0

29 May 15:07
Compare
Choose a tag to compare

Notable changes

Add per-target information to allow identifying heterogeneous server performance.

v1.1.0

14 May 11:40
Compare
Choose a tag to compare

Changes since v1.0.1

  • Web endpoints now support response compression
  • New endpoint /ping for health checks
  • Docker image is configured for automatic health checks

Invisible changes

  • Dependecies updated
  • Updated to .NET Core SDK 2.2

v1.0.1

16 Apr 13:51
Compare
Choose a tag to compare

Bugfix

  • In case of stream starvation, properly abort the command instead of waiting for it to complete normally

v1.0.0

30 Mar 01:24
Compare
Choose a tag to compare

Ready for the World ;)

No issues found/reported since v1.0.0-beta3, so this is the first stable release.

v1.0.0-beta.3

21 Mar 12:53
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Fixes

  • Unreadable log files are properly detected
  • Log-rotated log files are now properly handled

v1.0.0-beta.2

19 Mar 06:11
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • Added background-resilience and long-term-resilience options
  • Added ssh_in_bytes metric

v1.0.0-beta

01 Mar 13:03
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

🥇 First Beta 🥇

  1. It's proven to run smoothly on a production system.
  2. There are no known bugs.
  3. Please test it. If you think something is missing/off/broken/unusable, please create a ticket immediately.

Thank you 😃

v1.0.0-alpha.3

25 Feb 13:53
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Refactor dead metric extinction handling to not be run more than necessary.