moniof 0.1.0

Actix middleware to monitor over-fetching and detect N+1 / overfetch database patterns (Mongo + SQL-agnostic)
Documentation
1
2
3
4
5
pub mod stats;
pub mod task_ctx;

pub use stats::{QueryKind, QueryStats, QueryStatsHandle, normalize_sql};
pub use task_ctx::{MONIOF_HANDLE, mark, mark_latency};