metrics 1.0.7
More Timer metrics:
- Added
mediantoTimer. - Added
p95toTimer(95th percentile). - Added
p98toTimer(98th percentile). - Added
p99toTimer(99th percentile).
Metrics is a Scala library for exposing application metrics via JMX.
implicit.ly |
Scala software, hot off the presses |
More Timer metrics:
median to Timer.
p95 to Timer (95th percentile).
p98 to Timer (98th percentile).
p99 to Timer (99th percentile).Metrics is a Scala library for exposing application metrics via JMX.
Moving to 2.8.0 final:
Metrics is a Scala library for exposing application metrics via JMX.
Some more bugfixin':
TimedToggle, which may or may not be useful at all.
Metrics is a Scala library for exposing application metrics via JMX.
A bit of bugfixin':
Timers (i.e., those which have recorded no timings yet) no longer
explode when asked for metrics for that which does not yet exist.
$s
messing up JMX's good looks.
Enjoy!
Metrics is a Scala library for exposing application metrics via JMX.
Bug fixes! Slight modifications! POINT RELEASE!
Timer, giving it 99.9% confidence level with a
%5 margin of error (for a normally distributed variable, which it almost
certainly isn't.)
Sample#iterator returns only the recorded data, not a bunch of zeros.
Timer, Meter, and LoadMeter to their own attributes,
which allows for easy export of Metrics data via JMX to things like
Ganglia or whatever.
Enjoy!
Metrics is a Scala library for exposing application metrics via JMX.
A bug fix and a small API addition:
NaN).
+=(Long) for pre-recorded, nanosecond-precision timings.Metrics is a Scala library for exposing application metrics via JMX.
We publish software in Scala.