Class ApmLocalCollector

  • All Implemented Interfaces:
    Runnable

    public class ApmLocalCollector
    extends Object
    implements 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
    • Constructor Detail

      • ApmLocalCollector

        public ApmLocalCollector()
    • Method Detail

      • run

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

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