gpt4 book ai didi

mongodb - 使用 Prometheus 和 Grafana 监控 MongoDb

转载 作者:可可西里 更新时间:2023-11-01 09:06:18 25 4
gpt4 key购买 nike

我尝试用 Prometheus 和 Grafana 监控 mongo db

 wget https://github.com/dcu/mongodb_exporter/releases/download/v1.0.0/mongodb_exporter-linux-amd64
chmod 777 mongodb_exporter-linux-amd64
./mongodb_exporter-linux-amd64 &

开始在9001端口运行;

检查普罗米修斯: 此服务器的状态显示为 UP:9001指标列在普罗米修斯

但它在服务器中报告以下内容

E1010 02:39:18.767155   26635 replset_status.go:232] Failed to get replSet status.
E1010 02:39:18.767293 26635 oplog_status.go:127] Failed to get local.oplog_rs collection stats.

以及如何在 Grafana UI 仪表盘中获取这些数据

最佳答案

您需要确保使用 prometheus 监控 mongodb 的两件事。

  1. 使用逗号分隔值添加副本集中的所有服务器。
  2. 提供的用户应具有管理员权限以获取所有副本状态。

    -mongodb.uri=mongodb://<user>:<password>@mongodb-1:27017,mongodb-2:27017,mongodb-3:27017&authSource=admin

    -mongodb.username=<user>

关于mongodb - 使用 Prometheus 和 Grafana 监控 MongoDb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46660232/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com