Mongodb Atlas 与 Grafana 的集成

Posted

技术标签:

【中文标题】Mongodb Atlas 与 Grafana 的集成【英文标题】:Integration of the Mongodb Atlas with Grafana 【发布时间】:2018-12-31 09:09:03 【问题描述】:

我的Mongo集群托管在mongodbAtlas它的SaaS上。虽然他有自己的监控,但我想把一切都集中在Grafana

我没有找到grafanaAtlas的任何连接插件,我什至创建了一个自定义但我无法连接到atlas,甚至配置了他的白名单和apikey

我想知道是否有人已经完成了此集成。

我的下一步是通过Prometheus 执行或使用Telegraf

【问题讨论】:

【参考方案1】:

如果它有帮助,这就是我使用 Atlas 的方法。对于 Atlas,您肯定需要 '[inputs.mongodb.ssl]' enabled = true。

[[inputs.mongodb]]
  servers = ["mongodb://username:password@xxx-yyy-shard-00-00-zzzz.mongodb.net:27017","mongodb://username:password@xxx-yyy-shard-00-01-zzzz.mongodb.net:27017","mongodb://username:password@xxx-yyy-shard-00-02-zzzz.mongodb.net:27017"]
  gather_perdb_stats = true
  [inputs.mongodb.ssl]
    enabled = true
  [inputs.mongodb.tags]
    cluster = "mycluster"

【讨论】:

以上是关于Mongodb Atlas 与 Grafana 的集成的主要内容,如果未能解决你的问题,请参考以下文章

连接错误:我是 Mongodb 的新手,现在在创建与节点 js 的连接到 mongodb atlas 显示以下错误时,我遇到了 mongodb 的问题

Lumen连接MongoDB Atlas时认证失败

节点/快速应用程序无法使用mongoose连接到Mongodb Atlas

在 Zapier 上连接 Mongodb Atlas

将 Elastic Beanstalk 上的 Web 服务器与 MongoDB Atlas 上的数据库服务器连接时出错

无法将 Mongoose 连接到 Atlas