Expand description
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.
- Peak
Ewma - Measures the load of the underlying service using Peak-EWMA load measurement.
- Peak
Ewma Discover - Wraps a
D
-typed stream of discovered services withPeakEwma
.