Class InfluxdbReporter


  • public class InfluxdbReporter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InfluxdbReporter​(MetricRegistry registry, influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory, long reportInterval, java.util.concurrent.TimeUnit reportIntervalUnit)  
      InfluxdbReporter​(MetricRegistry registry, influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory, long reportInterval, java.util.concurrent.TimeUnit reportIntervalUnit, int bufferSize)  
      InfluxdbReporter​(MetricRegistry registry, influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory, long reportInterval, java.util.concurrent.TimeUnit reportIntervalUnit, int bufferSize, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      influxdbreporter.core.StoppableReportingTask start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InfluxdbReporter

        public InfluxdbReporter​(MetricRegistry registry,
                                influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory,
                                long reportInterval,
                                java.util.concurrent.TimeUnit reportIntervalUnit)
      • InfluxdbReporter

        public InfluxdbReporter​(MetricRegistry registry,
                                influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory,
                                long reportInterval,
                                java.util.concurrent.TimeUnit reportIntervalUnit,
                                int bufferSize)
      • InfluxdbReporter

        public InfluxdbReporter​(MetricRegistry registry,
                                influxdbreporter.core.MetricClientFactory<java.lang.String> clientFactory,
                                long reportInterval,
                                java.util.concurrent.TimeUnit reportIntervalUnit,
                                int bufferSize,
                                java.lang.String name)
    • Method Detail

      • start

        public influxdbreporter.core.StoppableReportingTask start()