Expand description
A Load
implementation that PeakEWMA on 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.
- Peak
Ewma - Wraps an
S
-typed Service with Peak-EWMA load measurement. - Peak
Ewma Discover - Wraps a
D
-typed stream of discovery updates withPeakEwma
.