Class EventMonitor
- java.lang.Object
-
- org.openmetadata.service.monitoring.EventMonitor
-
- Direct Known Subclasses:
CloudwatchEventMonitor,PrometheusEventMonitor
public abstract class EventMonitor extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventMonitor(EventMonitorProvider eventMonitorProvider, EventMonitorConfiguration config, String clusterPrefix)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringbuildMetricNamespace(String namespace)protected abstract voidclose()protected abstract voidpushMetric(ChangeEvent event)
-
-
-
Constructor Detail
-
EventMonitor
protected EventMonitor(EventMonitorProvider eventMonitorProvider, EventMonitorConfiguration config, String clusterPrefix)
-
-
Method Detail
-
pushMetric
protected abstract void pushMetric(ChangeEvent event)
-
close
protected abstract void close()
-
-