public class RateCounter extends Object implements com.codahale.metrics.Gauge<Double>
Modifier and Type | Method and Description |
---|---|
Double |
getValue()
Reports the the average rate of events per second over 1 minute for the metric.
|
void |
inc(long n) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.