Metrics-scala 3.5.3 released

13 views
Skip to first unread message

Erik van Oosten

unread,
Mar 13, 2016, 2:59:51 PM3/13/16
to metric...@googlegroups.com
Metrics-scala 3.5.3 was released and arrived on Maven central.
For more information see: https://github.com/erikvanoosten/metrics-scala/

This release is only interesting in case you use Akka actors and create gauges from it. Since gauges can not be registered twice, restarting an actor becomes a bit cumbersome. This release provides the stackable trait ActorInstrumentedLifeCycle that will automatically unregister gauges before a restart.

Update your build files with one of these:
"nl.grons" %% "metrics-scala" % "3.5.3"        // Scala 2.10.x or 2.11.x. No Akka support.
"nl.grons" %% "metrics-scala" % "3.5.3_a2.2"   // Scala 2.10.x and Akka 2.2.x.
"nl.grons" %% "metrics-scala" % "3.5.3_a2.3"   // Scala 2.10.x or 2.11.x and Akka 2.3.x or 2.4.x.
Happy coding,
    Erik.

Reply all
Reply to author
Forward
0 new messages