Package org.infinispan.commons.stat
package org.infinispan.commons.stat
-
ClassDescriptionRepresents a counter.Tracks a monotonically increasing values.A default
SimpleStat
implementation.Represents a distribution summary (histogram).Track the sample distribution of events.Represents a duration metric.Represents a gauge metric.Class that represent the information about a metrics.A simple statistic recorder that computes the average, minimum and maximum value observed.ASimpleStat
implementation that also updates aTimerTracker
object.A simple implementation ofTimerTracker
that keep tracks of events and the sum of their duration.Same asGaugeMetricInfo
but the tracked value is a time or duration.Represents a duration event (histogram).Tracks a timer metric.