Class MetricUtils


  • public class MetricUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.micrometer.core.instrument.Counter getCounterForTask​(io.micrometer.core.instrument.MeterRegistry aMeterRegistry, java.lang.String aName, VelocityTask aTask)  
      static io.micrometer.core.instrument.Timer getTimerForTask​(io.micrometer.core.instrument.MeterRegistry aMeterRegistry, java.lang.String aName, VelocityTask aTask)  
      • Methods inherited from class java.lang.Object

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

      • MetricUtils

        public MetricUtils()
    • Method Detail

      • getCounterForTask

        public static io.micrometer.core.instrument.Counter getCounterForTask​(io.micrometer.core.instrument.MeterRegistry aMeterRegistry,
                                                                              java.lang.String aName,
                                                                              VelocityTask aTask)
      • getTimerForTask

        public static io.micrometer.core.instrument.Timer getTimerForTask​(io.micrometer.core.instrument.MeterRegistry aMeterRegistry,
                                                                          java.lang.String aName,
                                                                          VelocityTask aTask)