Uses of Class
io.dropwizard.metrics5.CsvReporter.Builder
-
Uses of CsvReporter.Builder in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return CsvReporter.BuilderModifier and TypeMethodDescriptionCsvReporter.Builder.convertDurationsTo
(TimeUnit durationUnit) Convert durations to the given time unit.CsvReporter.Builder.convertRatesTo
(TimeUnit rateUnit) Convert rates to the given time unit.CsvReporter.Builder.filter
(MetricFilter filter) Only report metrics which match the given filter.Format numbers for the givenLocale
.static CsvReporter.Builder
CsvReporter.forRegistry
(MetricRegistry registry) Returns a newCsvReporter.Builder
forCsvReporter
.CsvReporter.Builder.scheduleOn
(ScheduledExecutorService executor) Specifies the executor to use while scheduling reporting of metrics.CsvReporter.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.CsvReporter.Builder.withCsvFileProvider
(CsvFileProvider csvFileProvider) CsvReporter.Builder.withSeparator
(String separator) Use the given string to use as the separator for values.