Package org.apache.flink.events.reporter
Interface EventReporterFactory
-
@Experimental public interface EventReporterFactoryEventReporterfactory.Event reporters that can be instantiated with a factory automatically qualify for being loaded as a plugin, so long as the reporter jar is self-contained (excluding Flink dependencies) and contains a
META-INF/services/org.apache.flink.traces.reporter.SpanReporterFactoryfile containing the qualified class name of the factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventReportercreateEventReporter(Properties properties)Creates a new event reporter.
-
-
-
Method Detail
-
createEventReporter
EventReporter createEventReporter(Properties properties)
Creates a new event reporter.- Parameters:
properties- configured properties for the reporter- Returns:
- created metric reporter
-
-