open·source
All crates

moniof

v0.1.0

Monitor Over Fetch — N+1 detection for Actix

moniof

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,sqlx

Highlights

  • 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