由于telegraf的官方文档,请帮助了解如何监视当前会话: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mongodb
我已经成功连接了它,并且可以正常工作:
[[inputs.mongodb]]
servers = ["mongodb://username:password@mongodb.net:27017"]
gather_perdb_stats = true
但是如何获取指标?例如当前的连接?
[inputs.mongodb.connections_current]
或
[inputs.mongodb.metrics.connections_current]
telegraf指出语法错误 那么什么是正确的方法呢?