alibaba / MongoShake

MongoShake is a universal data replication platform based on MongoDB's oplog. Redundant replication and active-active replication are two most important functions. 基于mongodb oplog的集群复制工具,可以满足迁移和同步的需求,进一步实现灾备和多活功能。
GNU General Public License v3.0
1.71k stars 442 forks source link

Add MongoShake Prometheus Exporter to Monitoring #859

Open emdneto opened 7 months ago

emdneto commented 7 months ago

Hi: I would like to introduce our project: https://github.com/osgurisdosre/mongoshake-prometheus-exporter .

We have been using MongoShake at scale and in our efforts to monitor replication metrics effectively, we developed a Prometheus exporter specifically tailored to address the need for tracking replication lag and other essential metrics.

To facilitate the community's access to this solution, we are soon releasing the Helm chart, making it seamlessly deployable in Kubernetes environments.

We kindly request the addition of our solution to the FAQ's "How to monitor" section. We believe that the inclusion of our exporter will enhance the monitoring capabilities for MongoShake users.

Thanks

tch4c4 commented 7 months ago

That would be awesome! Thanks emdneto!