Finagle Prometheus Versions Save

Provides a bridge between Finagle and Prometheus metrics

v0.0.13

5 years ago
  • #40: Bump Finagle depdencency to version 19.4.0
  • #41: Always use a JavaTimer

v0.0.11

5 years ago
  • 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

5 years ago
  • #29: Fixes an issue where DefaultTimer threw a NullPointerException.

v0.0.8

5 years ago
  • #24: Fixes a race condition that happened when multiple threads created the same counter.

v0.0.7

6 years ago
  • #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

6 years ago
  • Fixed a bug where the PrometheusStatsReceiver could not be successfully used with Finagle's LoadService.

v0.0.5

6 years ago
  • Update Finagle dependency to 18.2.0.

v0.0.3

6 years ago

Minor tweaks and bugfixes.

v0.0.4

6 years ago
  • Removes scoverage as a runtime dependency.

v0.0.2

6 years ago

Minor tweaks and bugfixes.