Available on crate feature
metrics
only.Expand description
Middlewares for adding metrics to services.
Supported metrics:
- In-flight requests: Measure the number of requests a service is currently processing.
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.