Hi Team,
We are using PeerDB with MySQL /MariaDB / MongoDB as a source, and we currently do not see replication position or lag metrics in the UI.
It would be very helpful if the UI could display the following:
For MySQL /MariaDB:
- Current binlog file name
- Binlog position
- Replica/CDC processed position
- Replication lag (in seconds or bytes)
For MongoDB:
- Current oplog timestamp
- Processed oplog timestamp
- Replication lag in seconds
Having this information in the UI would greatly help with:
- Monitoring CDC health
- Troubleshooting replication delays
- Verifying sync progress
- Auditing replication status
Please let us know if this is already available via API or planned in the roadmap.
Thanks!