Class MicrometerUtils


  • public final class MicrometerUtils
    extends java.lang.Object
    All references to Micrometer are in this class, and therefore Micrometer is only required on the classpath when this class is actually loaded.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      void triggerMicrometer​(org.drools.core.common.BaseNode node, long evalCount, long elapsedTimeInNanos)  
      • Methods inherited from class java.lang.Object

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

      • triggerMicrometer

        public void triggerMicrometer​(org.drools.core.common.BaseNode node,
                                      long evalCount,
                                      long elapsedTimeInNanos)
      • clear

        public void clear()