public interface Counter extends Metric, Counting
An incrementing and decrementing counter metric. 计数器型指标,适用于记录调用总量等类型的数据
void inc()
void inc(long n)
n.
计数器加nn - the amount by which the counter will be increasedvoid dec()
void dec(long n)
n.
计数器减nn - the amount by which the counter will be decreasedCopyright © 2019. All rights reserved.