Interface JmxMonitorListener

    • Method Detail

      • onNewMetrics

        void onNewMetrics​(long sampleTime,
                          ServiceMetrics[] metrics)
        Provides metrics for all UIMA AS services collected during a checkpoint. This method is called by the JmxMonitor after each checkpoint with the latest metrics. The metrics are deltas except for queue depth attribute.
        Parameters:
        sampleTime - - last checkpoint time
        metrics - - an array of ServiceMetrics objects, each holding metrics for a specific UIMA AS service.