Package influxdbreporter.javawrapper
Class InfluxdbReporter
- java.lang.Object
-
- influxdbreporter.javawrapper.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()
-
-
-
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)
-
-