Class PrometheusEventMonitor

java.lang.Object
org.openmetadata.service.monitoring.EventMonitor
org.openmetadata.service.monitoring.PrometheusEventMonitor

public class PrometheusEventMonitor extends EventMonitor
  • Constructor Details

  • Method Details

    • pushMetric

      protected void pushMetric(ChangeEvent event)
      Specified by:
      pushMetric in class EventMonitor
    • close

      protected void close()
      Specified by:
      close in class EventMonitor
    • incrementIngestionPipelineCounter

      public void incrementIngestionPipelineCounter(String fqn, String pipelineType, String eventType)
      A new counter will be created only if it does not exist for the given set of tags. Otherwise, micrometer will increase the count of the existing counter. Ref ...