Class PrometheusReporterFactory
- java.lang.Object
-
- org.apache.flink.metrics.prometheus.PrometheusReporterFactory
-
- All Implemented Interfaces:
org.apache.flink.metrics.reporter.MetricReporterFactory
public class PrometheusReporterFactory extends Object implements org.apache.flink.metrics.reporter.MetricReporterFactory
MetricReporterFactoryforPrometheusReporter.
-
-
Constructor Summary
Constructors Constructor Description PrometheusReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrometheusReportercreateMetricReporter(Properties properties)
-
-
-
Method Detail
-
createMetricReporter
public PrometheusReporter createMetricReporter(Properties properties)
- Specified by:
createMetricReporterin interfaceorg.apache.flink.metrics.reporter.MetricReporterFactory
-
-