Package org.apache.flink.metrics.statsd
Class StatsDReporterFactory
java.lang.Object
org.apache.flink.metrics.statsd.StatsDReporterFactory
- All Implemented Interfaces:
org.apache.flink.metrics.reporter.MetricReporterFactory
public class StatsDReporterFactory
extends Object
implements org.apache.flink.metrics.reporter.MetricReporterFactory
A
MetricReporterFactory implementation that creates a StatsDReporter instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.metrics.reporter.MetricReportercreateMetricReporter(Properties properties)
-
Constructor Details
-
StatsDReporterFactory
public StatsDReporterFactory()
-
-
Method Details
-
createMetricReporter
- Specified by:
createMetricReporterin interfaceorg.apache.flink.metrics.reporter.MetricReporterFactory
-