Uses of Interface
com.codahale.metrics.Metered
Packages that use Metered
-
Uses of Metered in com.codahale.metrics
Classes in com.codahale.metrics that implement MeteredModifier and TypeClassDescriptionclass
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.class
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter
.Fields in com.codahale.metrics declared as MeteredConstructors in com.codahale.metrics with parameters of type MeteredModifierConstructorDescriptionprivate
JmxMeter
(Metered metric, ObjectName objectName, TimeUnit rateUnit) -
Uses of Metered in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite with parameters of type MeteredModifier and TypeMethodDescriptionprivate void
GraphiteReporter.reportMetered
(String name, Metered meter, long timestamp)