Package io.dropwizard.metrics.common
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 baseReporterFactoryfor configuring metric reporters with formatting options. Configures formatting options common to someScheduledReporters. Configuration Parameters:Name Default Description locale System default Locale.The Localefor formatting numbers, dates and times.See BaseReporterFactoryfor more options.
-
-
Constructor Summary
Constructors Constructor Description BaseFormattedReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()voidsetLocale(Locale locale)-
Methods inherited from class io.dropwizard.metrics.common.BaseReporterFactory
getDisabledAttributes, getDurationUnit, getExcludes, getExcludesAttributes, getFilter, getFrequency, getIncludes, getIncludesAttributes, getRateUnit, getUseRegexFilters, getUseSubstringMatching, setDurationUnit, setExcludes, setExcludesAttributes, setFrequency, setIncludes, setIncludesAttributes, setRateUnit, setUseRegexFilters, setUseSubstringMatching
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.dropwizard.metrics.common.ReporterFactory
build
-
-