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