Class DatadogTraceReporter
- java.lang.Object
- 
- org.nuxeo.runtime.metrics.AbstractMetricsReporter
- 
- org.nuxeo.runtime.metrics.reporter.DatadogTraceReporter
 
 
- 
- All Implemented Interfaces:
- MetricsReporter
 
 public class DatadogTraceReporter extends AbstractMetricsReporter Reports traces to Datadog agent.- Since:
- 11.1
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanactivatedprotected static StringDEFAULT_TYPEprotected static StringTYPE_OPTION- 
Fields inherited from class org.nuxeo.runtime.metrics.AbstractMetricsReporterDEFAULT_MAX_ANNOTATIONS, DEFAULT_MAX_ATTRIBUTES, DEFAULT_SAMPLER_PROB, DEFAULT_SERVICE, DEFAULT_TIMEOUT, MAX_ANNOTATIONS_OPTION, MAX_ATTRIBUTES_OPTION, options, pollInterval, SAMPLER_PROB_OPTION, SERVICE_OPTION, TIMEOUT_OPTION, URL_OPTION
 
- 
 - 
Constructor SummaryConstructors Constructor Description DatadogTraceReporter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(io.dropwizard.metrics5.MetricRegistry registry, io.dropwizard.metrics5.MetricFilter filter, Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions)Starts metrics reporter.voidstop()Stops metrics reporter.- 
Methods inherited from class org.nuxeo.runtime.metrics.AbstractMetricsReporterenableTracing, getCurrentHostname, getHostnameFromNuxeoUrl, getOption, getOptionAsBoolean, getOptionAsInt, getPollInterval, init, requireOption, requireOption
 
- 
 
- 
- 
- 
Field Detail- 
TYPE_OPTIONprotected static final String TYPE_OPTION - See Also:
- Constant Field Values
 
 - 
DEFAULT_TYPEprotected static final String DEFAULT_TYPE - See Also:
- Constant Field Values
 
 - 
activatedprotected boolean activated 
 
- 
 - 
Constructor Detail- 
DatadogTraceReporterpublic DatadogTraceReporter() 
 
- 
 - 
Method Detail- 
startpublic void start(io.dropwizard.metrics5.MetricRegistry registry, io.dropwizard.metrics5.MetricFilter filter, Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions) Description copied from interface:MetricsReporterStarts metrics reporter.
 - 
stoppublic void stop() Description copied from interface:MetricsReporterStops metrics reporter.
 
- 
 
-