JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.dropwizard.metrics5.Metered
Uses of
Metered
in
io.dropwizard.metrics5
Classes in
io.dropwizard.metrics5
that implement
Metered
Modifier and Type
Class
Description
class
Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute moving average throughputs.
class
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
.