Expand description
Middlewares for adding metrics to services.
Supported metrics:
- In-flight requests: Measure the number of requests a service is currently processing.
Modules§
- in_
flight_ requests - Measure the number of in-flight requests.
Structs§
- InFlight
Requests - Middleware that counts the number of in-flight requests.
- InFlight
Requests Layer - Layer for applying
InFlightRequests
which counts the number of in-flight requests.