Skip to the content.

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

/**
 * An incrementing and decrementing counter metric.
 */
public class Counter implements Metric, Counting {
    private final LongAdder count;