Module tower_http::metrics

source ·
Available on crate feature metrics only.
Expand description

Middlewares for adding metrics to services.

Supported metrics:

Modules

Measure the number of in-flight requests.

Structs

Middleware that counts the number of in-flight requests.
Layer for applying InFlightRequests which counts the number of in-flight requests.