| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| coroot-arm64 | 2026-08-27 | 65.0 MB | |
| coroot-amd64 | 2026-08-27 | 68.4 MB | |
| 1.25.0 source code.tar.gz | 2026-08-27 | 51.3 MB | |
| 1.25.0 source code.zip | 2026-08-27 | 51.6 MB | |
| README.md | 2026-08-27 | 1.8 kB | |
| Totals: 5 Items | 236.3 MB | 0 | |
Deep MongoDB monitoring
Coroot now monitors MongoDB internals the way a DBA would, with built-in health checks that detect real problems and explain the root cause.
-
Query performance from the profiler: top queries by time, docs and index keys examined vs returned, collection scans and in-memory sorts flagged.
-
Replication and oplog: per-secondary lag, oplog window, and apply rate. Lag alerts name the cause (fsyncLock backup, lock holder, slow disk, broken network).
-
WiredTiger internals and saturation: tickets, queued operations, cache eviction, checkpoints, and journal writes, pointing at the operation responsible.
-
Health checks: availability and no-primary, query latency, connections, oplog window, storage fragmentation, and backups.
-
Backups: for the Percona Operator, tracks schedule, PITR, and recent runs, catching overdue, failed, and stale backups.
Works across Kubernetes, the Percona Operator (PSMDB), and self-hosted replica sets.
What's Changed
- tracing: show traces originating from internal root spans in the service view by @def in https://github.com/coroot/coroot/pull/967
- advanced mongodb inspections by @def in https://github.com/coroot/coroot/pull/971
Full Changelog: https://github.com/coroot/coroot/compare/v1.24.5...v1.25.0