Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Releases: samstarling/finagle-prometheus

v0.0.13

15 May 17:07
Compare
Choose a tag to compare
  • #40: Bump Finagle depdencency to version 19.4.0
  • #41: Always use a JavaTimer

v0.0.11

21 Aug 13:47
Compare
Choose a tag to compare
  • Upgrade to sbt v1.1.1, and bump the version of dependencies that also needed upgrading as a result.
  • Upgrade the Finagle dependency to 18.8.0.
  • Switch to using a HashedWheelTimer, instead of using the CustomDefaultTimer, which called DefaultTimer.getInstance, which in turn could throw a NullPointerException.
  • Improve the race condition testing for PrometheusStatsReceiver.

v0.0.10

02 Aug 07:57
Compare
Choose a tag to compare
  • #29: Fixes an issue where DefaultTimer threw a NullPointerException.

v0.0.8

22 Jun 13:54
Compare
Choose a tag to compare
  • #24: Fixes a race condition that happened when multiple threads created the same counter.

v0.0.7

14 May 06:02
Compare
Choose a tag to compare
  • #22: Stats are cached properly instead of being looked up constantly.
  • #22: Update gauge values at a set interval.
  • #23: Fix an issue with the order in which gauges are initialised.

Thanks to @spockz for all of these improvements.

v0.0.6

14 May 06:00
Compare
Choose a tag to compare
  • Fixed a bug where the PrometheusStatsReceiver could not be successfully used with Finagle's LoadService.

v0.0.5

22 Feb 18:44
Compare
Choose a tag to compare
  • Update Finagle dependency to 18.2.0.

v0.0.4

27 Oct 13:56
Compare
Choose a tag to compare
  • Removes scoverage as a runtime dependency.

v0.0.3

22 Feb 18:43
Compare
Choose a tag to compare

Minor tweaks and bugfixes.

v0.0.2

27 Oct 13:54
Compare
Choose a tag to compare

Minor tweaks and bugfixes.