Module tower::load::peak_ewma

source ·
Expand description

A Load implementation that measures load using the PeakEWMA response latency.

Structs§

  • Represents the relative cost of communicating with a service.
  • Tracks an in-flight request and updates the RTT-estimate on Drop.
  • Measures the load of the underlying service using Peak-EWMA load measurement.
  • Wraps a D-typed stream of discovered services with PeakEwma.