Skip to the content.

Home / cs-notes / Architecture / Components / Metrics / Metric / Metered

/**
 * An object which maintains mean and exponentially-weighted rate.
 */
public interface Metered extends Metric, Counting {