Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Releases: leoluk/perflib_exporter

perflib_exporter v0.2.1

08 Jun 08:59
41c99b6
Compare
Choose a tag to compare

This release does not include any backwards-incompatible changes and one new feature:

perflib_exporter v0.2.0

10 Oct 11:01
Compare
Choose a tag to compare

Features

  • The perflib library now exposes SecondValue, by @higels in #39.

Bugfixes

  • Fix memory leak by calling RegCloseKey, by @datamuc in #34

Maintenance

  • Use promlog in place of deprecated prometheus/common/log library by @breed808 in #33
  • staticcheck: Replace deprecated svc.IsAnInteractiveSession() with svc.IsWindowsService() by @mjtrangoni in #35

New Contributors

Full Changelog: v0.1.0...v0.2.0

perflib_exporter v0.1.0

25 Oct 22:07
da7e746
Compare
Choose a tag to compare

Our first release - perflib is in a usable state with multiple companies and projects using it.

The exporter is still beta quality, but most of the outstanding bugs have been fixed and it generates a reasonable set of Prometheus metrics. Still - only use it production if you're ready to read the code.

This release is only possible thanks to many contributions. Special thanks to:

v0.1-alpha

12 Apr 22:22
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release
Initial perflib_exporter implementation