Closed
Description
Relevant telegraf.conf:
System info:
Telegraf version: nightly version (mater 54f28ee)
Input plugin : mongodb
Enabled : gather_perdb_stats = true
Steps to reproduce:
- Configure mongodb shard cluster (3 replica set with 1 primary + 2 secondary)
- Collect mongodb metric using telegraf --config /etc/telegraf/telegraf.conf --test
Expected behavior:
- Connection metric available in connections_available, connection_current and connections_total_created.
Actual behavior:
- No value exported. Only 0 printed.
Additional info:
- The new metric are only available in nightly build but not working.
[Include gist of relevant config, logs, etc.]
Activity