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