Class CountMetric


  • public final class CountMetric
    extends MetricValue
    A metric which is counting an accumulative value
    Author:
    Simon Thoresen Hult
    • Method Detail

      • getCount

        public long getCount()
        Returns the accumulated count of this metric in the time interval
      • newSingleValue

        public static CountMetric newSingleValue​(java.lang.Number val)
      • newInstance

        public static CountMetric newInstance​(long val)