Uses of Interface
com.codahale.metrics.Reporter
-
-
Uses of Reporter in com.codahale.metrics
Classes in com.codahale.metrics that implement Reporter Modifier and Type Class Description class
ConsoleReporter
A reporter which outputs measurements to aPrintStream
, likeSystem.out
.class
CsvReporter
A reporter which creates a comma-separated values file of the measurements for each metric.class
ScheduledReporter
The abstract base class for all scheduled reporters (i.e., reporters which process a registry's metrics periodically).class
Slf4jReporter
A reporter class for logging metrics values to a SLF4JLogger
periodically, similar toConsoleReporter
orCsvReporter
, but using the SLF4J framework instead.
-