rwynn / monstache

a go daemon that syncs MongoDB to Elasticsearch in realtime. you know, for search.
https://rwynn.github.io/monstache-site/
MIT License
1.29k stars 182 forks source link

Is there a way to know lag / total pending sync #710

Open ashprojects opened 9 months ago

ashprojects commented 9 months ago

As we use Monstache in Production, we wanted to track the lag when number of updates become very high and add alerts accordingly.

Is there a way for monstache to report pending events in change stream, or publish in index-stats?

Thanks