Uses of Class
io.dropwizard.metrics5.ConsoleReporter.Builder
-
Uses of ConsoleReporter.Builder in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return ConsoleReporter.BuilderModifier and TypeMethodDescriptionConsoleReporter.Builder.convertDurationsTo
(TimeUnit durationUnit) Convert durations to the given time unit.ConsoleReporter.Builder.convertRatesTo
(TimeUnit rateUnit) Convert rates to the given time unit.ConsoleReporter.Builder.disabledMetricAttributes
(Set<MetricAttribute> disabledMetricAttributes) Don't report the passed metric attributes for all metrics (e.g.ConsoleReporter.Builder.filter
(MetricFilter filter) Only report metrics which match the given filter.ConsoleReporter.Builder.formattedFor
(Locale locale) Format numbers for the givenLocale
.ConsoleReporter.Builder.formattedFor
(TimeZone timeZone) Use the givenTimeZone
for the time.static ConsoleReporter.Builder
ConsoleReporter.forRegistry
(MetricRegistry registry) Returns a newConsoleReporter.Builder
forConsoleReporter
.ConsoleReporter.Builder.outputTo
(PrintStream output) Write to the givenPrintStream
.ConsoleReporter.Builder.scheduleOn
(ScheduledExecutorService executor) Specifies the executor to use while scheduling reporting of metrics.ConsoleReporter.Builder.shutdownExecutorOnStop
(boolean shutdownExecutorOnStop) Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.Use the givenClock
instance for the time.