Skip to content

Latest commit

 

History

History
166 lines (109 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

166 lines (109 loc) · 13.7 KB

Changelog

Full Changelog

Enhancements:

Maintenance:

0.2.2 (2021-02-24)

Full Changelog

A small bugfix release with regard to double registration of process threads under the umbrella of 'ProcessMemoryMetrics'.

Fixed bugs:

  • Number of threads metered twice #116

Maintenance:

Merged pull requests:

0.2.1 (2020-12-15)

Full Changelog

Maintenance release.

Maintenance:

0.2.0 (2019-11-03)

Full Changelog

This release removes support for the proportional set size metrics 'pss' and 'swappss'. They were quite expensive to collect and added to the metrics collection overhead quite noticeably with a CPU usage and memory allocation penalty. The go-to metrics 'rss' and 'swap' are still there of course.

Enhancements:

  • Sonar code analysis recommendations #47 (mweirauch)
  • Drop support for proportional set size metrics (pss, swappss) #46 (mweirauch)

Maintenance:

0.1.4 (2019-06-07)

Full Changelog

Enhancements:

  • procfs: drop caching of read lines #30 (mweirauch)
  • smaps+status: improve line matching performance (+JMH benchmarks) #22 (mweirauch)
  • Push snapshot builds to Sonatype Nexus repository #16 (mweirauch)
  • Increase procfs content cache duration to 1000ms #15 (mweirauch)

Maintenance:

0.1.3 (2019-01-08)

Full Changelog

Maintenance:

0.1.2 (2017-11-06)

Full Changelog

Maintenance:

0.1.1 (2017-10-08)

Full Changelog

Enhancements:

Fixed bugs:

  • ProcessMemoryMetrics garbage-collected in Spring Configuration #1

Maintenance:

Merged pull requests:

0.1.0 (2017-09-20)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator