All crates

Actix middleware + instrumentation that detects N+1 / over-fetch patterns, tracks per-request DB latency, exposes Prometheus metrics, and sends Slack alerts. Inspired by Ruby's bullet.
Install
cargo add moniof --features mongodb,sqlxHighlights
- N+1 & over-fetch detection at request scope
- MongoDB command-event instrumentation
- SQLx instrumentation via tracing spans
- Prometheus metrics + response-timing headers
- Slack alerts for slow DB calls
actixn+1observabilitymongodbsqlx