Module tower_http::metrics[][src]

This is supported on crate feature metrics only.
Expand description

Middlewares for adding metrics to services.

Supported metrics:

Modules

in_flight_requests

Measure the number of in-flight requests.

Structs

InFlightRequests

Middleware that counts the number of in-flight requests.

InFlightRequestsLayer

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