Expand description
HTTP request metrics middleware for Actix Web services.
The middleware reads a shared [aster_forge_metrics::SharedMetricsRecorder] from Actix app
data, records one HTTP request metric per successful or failed downstream service call, and
groups unmatched routes into stable low-cardinality labels.
Structsยง
- Metrics
Middleware - Actix middleware that records request duration and status into the shared metrics recorder.
- Metrics
Service - Service wrapper installed by
MetricsMiddleware.