Class BaseFormattedReporterFactory

java.lang.Object
io.dropwizard.metrics.common.BaseReporterFactory
io.dropwizard.metrics.common.BaseFormattedReporterFactory
All Implemented Interfaces:
Discoverable, ReporterFactory
Direct Known Subclasses:
ConsoleReporterFactory, CsvReporterFactory

public abstract class BaseFormattedReporterFactory extends BaseReporterFactory
A base ReporterFactory for configuring metric reporters with formatting options.

Configures formatting options common to some ScheduledReporters.

Configuration Parameters:

Name Default Description
locale System default Locale. The Locale for formatting numbers, dates and times.
See BaseReporterFactory for more options.
  • Constructor Details

    • BaseFormattedReporterFactory

      public BaseFormattedReporterFactory()
  • Method Details

    • getLocale

      public Locale getLocale()
    • setLocale

      public void setLocale(Locale locale)