Module metrics

Source
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.