Class RealtimeMetricsMonitor

  • All Implemented Interfaces:
    org.apache.druid.java.util.metrics.Monitor

    public class RealtimeMetricsMonitor
    extends org.apache.druid.java.util.metrics.AbstractMonitor
    RealtimeMetricsMonitor is only used by RealtimeIndexTask, this monitor only supports FireDepartmentMetrics. New ingestion task types should support RowIngestionMeters and use TaskRealtimeMetricsMonitor instead. Please see the comment on RowIngestionMeters for more information regarding the relationship between RowIngestionMeters and FireDepartmentMetrics.
    • Method Detail

      • doMonitor

        public boolean doMonitor​(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)
        Specified by:
        doMonitor in class org.apache.druid.java.util.metrics.AbstractMonitor