Skip to content

Releases: mweirauch/micrometer-jvm-extras

0.2.2

24 Feb 21:48
Compare
Choose a tag to compare

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

Merged pull requests:

0.2.1

15 Dec 17:13
Compare
Choose a tag to compare

Full Changelog

Maintenance release.

Merged pull requests:

0.2.0

03 Nov 16:38
Compare
Choose a tag to compare

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.

Implemented enhancements:

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

Merged pull requests:

0.1.4

07 Jun 19:31
Compare
Choose a tag to compare

Full Changelog

Implemented 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)

Merged pull requests:

0.1.3

08 Jan 21:44
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

0.1.2

06 Nov 22:22
Compare
Choose a tag to compare

Changes

  • update to micrometer-core:1.0.0-rc.3 (#5)

0.1.1

08 Oct 20:23
Compare
Choose a tag to compare

Changes

  • Fix ProcessMemoryMetrics garbage-collected in Spring Configuration (#1)
  • Simplify value handling (#2)
  • Meter for process threads (#3)
  • update micrometer-core and mockito (#4)

0.1.0

20 Sep 21:20
Compare
Choose a tag to compare

Changes

  • Initial Release