Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb input connection metrics #4664

Closed
tuapuikia opened this issue Sep 10, 2018 · 0 comments · Fixed by #5048
Closed

Mongodb input connection metrics #4664

tuapuikia opened this issue Sep 10, 2018 · 0 comments · Fixed by #5048
Labels
area/mongodb bug unexpected problem or unintended behavior
Milestone

Comments

@tuapuikia
Copy link

Relevant telegraf.conf:

System info:

Telegraf version: nightly version (mater 54f28ee)
Input plugin : mongodb
Enabled : gather_perdb_stats = true

Steps to reproduce:

  1. Configure mongodb shard cluster (3 replica set with 1 primary + 2 secondary)
  2. Collect mongodb metric using telegraf --config /etc/telegraf/telegraf.conf --test

Expected behavior:

  1. Connection metric available in connections_available, connection_current and connections_total_created.

Actual behavior:

  1. No value exported. Only 0 printed.

Additional info:

  1. The new metric are only available in nightly build but not working.

[Include gist of relevant config, logs, etc.]

@glinton glinton added feature request Requests for new plugin and for new features to existing plugins bug unexpected problem or unintended behavior area/mongodb and removed feature request Requests for new plugin and for new features to existing plugins labels Sep 10, 2018
@glinton glinton added this to the 1.9.1 milestone Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mongodb bug unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants