Module tower::load::peak_ewma[][src]

This is supported on crate feature load only.
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.

PeakEwma

Measures the load of the underlying service using Peak-EWMA load measurement.

PeakEwmaDiscoverdiscover

Wraps a D-typed stream of discovered services with PeakEwma.