Finagle Metrics Versions Save

Easy way to send Finagle metrics to Codahale Metrics library

v0.0.13

4 years ago

Update all dependencies, sbt and its plugins to their latest versions. Thanks to @pmatpadi

v0.0.12

6 years ago

Synchronize on the MetricRegistry when registering gauges. Thanks to @bryanv and @ncreep.

v0.0.10

6 years ago
  • Update to the latest finagle version Thanks to @schrepfler

v0.0.9

7 years ago

Fix a possible race condition when adding/removing gauge. Thanks to @samhendley

v0.0.8

7 years ago

This release brings Scala 2.12 support. As for 0.0.8, finagle-metrics is cross-published for both 2.11 and 2.12.

v0.0.7

7 years ago
  • Update to the latest finagle version
  • Change project to use the scala 2.12.1

v0.0.6

7 years ago

Remove coverage command from travis

v0.0.5

7 years ago

Remove the following plugins due to bugs in projects using this lib:

  • sbt-scoverage
  • sbt-coveralls

v0.0.4

7 years ago
  • Update to the latest finagle version
  • Update to the latest metrics version
  • Update to the latest scalatest version
  • Update to the latest sbt version
  • Change project to use JDK8

v0.0.3

7 years ago

Fix exception when adding a preexistent gauge