Uses of Interface
io.dropwizard.metrics5.Reporter
-
Uses of Reporter in io.dropwizard.metrics5
Classes in io.dropwizard.metrics5 that implement ReporterModifier and TypeClassDescriptionclass
A reporter which outputs measurements to aPrintStream
, likeSystem.out
.class
A reporter which creates a comma-separated values file of the measurements for each metric.class
The abstract base class for all scheduled reporters (i.e., reporters which process a registry's metrics periodically).class
A reporter class for logging metrics values to a SLF4JLogger
periodically, similar toConsoleReporter
orCsvReporter
, but using the SLF4J framework instead.