Class CumulativeCount

    • Constructor Detail

      • CumulativeCount

        public CumulativeCount()
    • Method Detail

      • record

        public void record​(MetricConfig config,
                           double value,
                           long timeMs)
        Description copied from interface: Stat
        Record the given value
        Specified by:
        record in interface Stat
        Overrides:
        record in class CumulativeSum
        Parameters:
        config - The configuration to use for this metric
        value - The value to record
        timeMs - The POSIX time in milliseconds this value occurred