Class InfluxdbReporterFactory
- java.lang.Object
-
- org.apache.flink.metrics.influxdb.InfluxdbReporterFactory
-
- All Implemented Interfaces:
MetricReporterFactory
public class InfluxdbReporterFactory extends Object implements MetricReporterFactory
-
-
Constructor Summary
Constructors Constructor Description InfluxdbReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricReporter
createMetricReporter(Properties properties)
Creates a new metric reporter.
-
-
-
Method Detail
-
createMetricReporter
public MetricReporter createMetricReporter(Properties properties)
Description copied from interface:MetricReporterFactory
Creates a new metric reporter.- Specified by:
createMetricReporter
in interfaceMetricReporterFactory
- Parameters:
properties
- configured properties for the reporter- Returns:
- created metric reporter
-
-