Class ApmLocalCollector

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ApmLocalCollector
    extends java.lang.Object
    implements java.lang.Runnable
    Clock that collects all server local metrics.
    Since:
    12.4.0
    Version:
    $Revision: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
    See Also:
    ApmMetric
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRunning()
      Returns if this collector is running.
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApmLocalCollector

        public ApmLocalCollector()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • isRunning

        public boolean isRunning()
        Returns if this collector is running.
        Returns:
        true if it is running, false otherwise.
        Since:
        12.4.0