Skip to content

Commit b01fc61

Browse files
committed
.
1 parent 195bdcb commit b01fc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/util/metrics/src/meter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub fn register_meter_with_group(group: &str, name: &str) -> Arc<dyn Meter> {
7979
#[derive(Default, Clone)]
8080
struct MeterSnapshot {
8181
count: usize,
82-
// rates[0..3] = m1, m5, m15, mean (EWMA smoothed)
82+
// rates[0..3] = m1, m5, m15, mean
8383
// rates[4] = instant (raw rate over the last tick window)
8484
rates: [u64; 5],
8585
/// Count at the previous tick, used to derive instantaneous rate.

0 commit comments

Comments
 (0)