Class DatadogReporter

java.lang.Object
org.nuxeo.runtime.metrics.AbstractMetricsReporter
org.nuxeo.runtime.metrics.reporter.DatadogReporter
All Implemented Interfaces:
MetricsReporter

public class DatadogReporter extends AbstractMetricsReporter
Reports metrics to Datadog.
Since:
11.1
  • Field Details

  • Constructor Details

    • DatadogReporter

      public DatadogReporter()
  • Method Details

    • init

      public void init(long pollInterval, Map<String,String> options)
      Description copied from interface: MetricsReporter
      Called on new instance.
      Specified by:
      init in interface MetricsReporter
      Overrides:
      init in class AbstractMetricsReporter
    • start

      public void start(io.dropwizard.metrics5.MetricRegistry registry, io.dropwizard.metrics5.MetricFilter filter, Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions)
      Description copied from interface: MetricsReporter
      Starts metrics reporter.
    • getTags

      protected List<String> getTags()
    • getExpansions

      protected EnumSet<NuxeoDatadogReporter.Expansion> getExpansions(Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions)
    • stop

      public void stop()
      Description copied from interface: MetricsReporter
      Stops metrics reporter.