sui_
core
0.1.0
Module metrics
Module Items
Structs
In crate sui_
core
sui_core
Module
metrics
Copy item path
Source
Structs
ยง
Latency
Observer
Rate
Tracker
RateTracker tracks events in a rolling window, and calculates the rate of events. Internally, the tracker divides the tracking window into multiple BIN_DURATION, and counts events in each BIN_DURATION in a fixed sized buffer.