Start free. Scale when you're ready.
Sign up free for a single project, or book a call to get Pro for your team.
| Feature | Free | Pro |
|---|---|---|
| Hosted ingest & dashboard | ||
| Open-source SDK on GitHub | ||
| Projects | 1 | More projects |
| Services | 1 | Multiple |
| Trace events | 10k / month | 500k / month |
| Profiled MongoDB queries | 10k / month | More query volume |
| MongoDB explain stats | Basic | Advanced |
| Trace retention | 7 days | 30 days |
| Slack alerts | — | |
| Team members | — | |
| Support | Community | Priority |
Yes, TraceMole is free to use while we are in Beta. We provide hosted dashboards for single projects and cover basic explain metrics to help you optimize queries early on.
No. TraceMole only captures query explain plans (query structures, index scan ratios) and performance metrics. Your actual collection documents and database payloads never leave your servers.
No. TraceMole intercepts database queries asynchronously and only runs explain telemetry when queries exceed performance thresholds, ensuring zero latency overhead for normal queries.
When a query is flagged with a bad scan ratio (e.g. COLLSCAN or Scan-to-Return ratio > 1,000), TraceMole automatically pushes an alert payload containing the exact query signature and suggested index creation code directly to your configured Slack channels.
Open-source SDK
The instrumentation package is open source — you can audit exactly what leaves your servers. The hosted platform handles ingest, storage, and the dashboard so you don't have to run that infrastructure yourself.
View SDK on GitHub →Questions? hi@faisalhusa.in