Skip to content

armeria-0.54.1

Choose a tag to compare

@trustin trustin released this 26 Oct 06:35
· 4098 commits to main since this release

Bug fixes

  • #793 #796 IndexOutOfBoundsException while recording request metrics
    • Replaced Micrometer's CKMSQuantiles with RollingHdrQuantiles based on HrdHistogram
    • Added two meters:
      • armeria.hdrHistogram.count - the number of histogram objects in use by Armeria
      • armeria.hdrHistogram.estimatedFootprint - the total estimated memory footprint of all histogram objects in use by Armeria, in bytes.

Dependencies

  • HdrHistogram 2.1.10