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