Uses of Interface
com.codahale.metrics.Reporter
-
Uses of Reporter in com.codahale.metrics
Classes in com.codahale.metrics 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.