[−][src]Module tower::load::peak_ewma
A Load
implementation that measures load using the PeakEWMA response latency.
Structs
Cost | Represents the relative cost of communicating with a service. |
Handle | Tracks an in-flight request and updates the RTT-estimate on Drop. |
PeakEwma | Measures the load of the underlying service using Peak-EWMA load measurement. |
PeakEwmaDiscover | Wraps a |