Package io.dropwizard.metrics
Class DatadogReporterFactory
- java.lang.Object
-
- io.dropwizard.metrics.BaseReporterFactory
-
- io.dropwizard.metrics.DatadogReporterFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable,io.dropwizard.metrics.ReporterFactory
public class DatadogReporterFactory extends io.dropwizard.metrics.BaseReporterFactory
-
-
Constructor Summary
Constructors Constructor Description DatadogReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codahale.metrics.ScheduledReporterbuild(com.codahale.metrics.MetricRegistry registry)-
Methods inherited from class io.dropwizard.metrics.BaseReporterFactory
getDisabledAttributes, getDurationUnit, getExcludes, getExcludesAttributes, getFilter, getFrequency, getIncludes, getIncludesAttributes, getRateUnit, getUseRegexFilters, getUseSubstringMatching, setDurationUnit, setExcludes, setExcludesAttributes, setFrequency, setIncludes, setIncludesAttributes, setRateUnit, setUseRegexFilters, setUseSubstringMatching
-
-