Skip to content

Releases: vladimir-bukhtoyarov/rolling-metrics

2.0.3

19 Jul 07:56
Compare
Choose a tag to compare

Optimize latency of histogram snapshot

2.0.1

23 Dec 10:49
Compare
Choose a tag to compare

Nothing intersting in this release. Just rebranding:

  • Changed base package name
  • Changed groupId and artefactId

1.6.0 - Top functionality. Specially for Hillary. Use the correct tops or lose.

10 Nov 22:25
Compare
Choose a tag to compare

Implementation of Top functionality.

Use the correct tops or lose.

1.5.0

23 Oct 17:09
Compare
Choose a tag to compare

The refactoring of integration with HdrHistogram:

  • The memory footprint for chunked histogram was seriously reduced.
  • The concurrent code was simplified.
  • The snapshot calculation became up to 10 times faster.

1.4.0

24 Sep 23:01
Compare
Choose a tag to compare

Implementation of HitRatio metric:

  • ResetOnSnapshotHitRatio
  • ResetPeriodicallyHitRatio
  • SmoothlyDecayingRollingHitRatio
  • UniformHitRatio

1.3.0

08 Sep 22:26
Compare
Choose a tag to compare

Since this release Metrics-core-HDR begins to position itself as not only about histograms. Three types of counters have been added:

  • ResetAtSnapshotCounter
  • ResetPeriodicallyCounter
  • SmoothlyDecayingRollingCounter

Release 1.2.0

29 Apr 22:42
Compare
Choose a tag to compare

This release contains following improvements:

  • Memory footprint has been optimized for the case of "reset by chunks" invalidation strategy.
  • Added ability to exclude current(uncompleted) chunk from snapshot for "reset by chunks" invalidation strategy.
  • Added useful "toString" methods which can be used for debugging and diagnostic.

The second version of Metrics Core HDR Library

09 Apr 16:07
Compare
Choose a tag to compare

1.1.0 is the second version of metrics-core-hdr with new features like:

  • Coordinated omission.
  • Always non-blocking writing.
  • Ability to reset reservoir by chunks.

The first release of metrics-core-hdr

27 Mar 19:40
Compare
Choose a tag to compare