Class PrometheusPushGatewayReporterFactory
- java.lang.Object
-
- org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporterFactory
-
- All Implemented Interfaces:
MetricReporterFactory
public class PrometheusPushGatewayReporterFactory extends Object implements MetricReporterFactory
-
-
Constructor Summary
Constructors Constructor Description PrometheusPushGatewayReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrometheusPushGatewayReporter
createMetricReporter(Properties properties)
Creates a new metric reporter.
-
-
-
Method Detail
-
createMetricReporter
public PrometheusPushGatewayReporter 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
-
-