Uses of Class
com.codahale.metrics.CsvReporter.Builder
-
Uses of CsvReporter.Builder in com.codahale.metrics
Methods in com.codahale.metrics 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.BuilderCsvReporter.forRegistry(MetricRegistry registry) Returns a newCsvReporter.BuilderforCsvReporter.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 givenClockinstance for the time.CsvReporter.Builder.withCsvFileProvider(CsvFileProvider csvFileProvider) CsvReporter.Builder.withSeparator(String separator) Use the given string to use as the separator for values.