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

Missing metrics from serverstatus.wiredTiger.cache in mongodb input plugin #3146

Closed
phenomenes opened this issue Aug 21, 2017 · 2 comments
Closed
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@phenomenes
Copy link
Contributor

phenomenes commented Aug 21, 2017

Feature Request

Add missing serverstatus.wiredTiger.cache metrics to mongodb input plugin.

Current behavior:

The mongodb input plugin only provides two metrics:

  • tracked dirty bytes in the cache
  • bytes currently in the cache

and they are not even raw metrics but percentages. The current plugin is not designed in such a way that can be easily extended to add the rest of the metrics (71 in total).

Desired behavior:

I would like to have raw metrics of the 71 fields in serverStatus.wiredTiger.cache.

Use case

For example, we would be able to have an overview of the IO activity, as expressed here:
https://docs.mongodb.com/manual/reference/command/serverStatus/#serverstatus.wiredTiger.cache

@danielnelson danielnelson changed the title Missing metrics from serverstatus.wiredTiger.cache Missing metrics from serverstatus.wiredTiger.cache in mongodb Aug 21, 2017
@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Aug 21, 2017
@phenomenes phenomenes changed the title Missing metrics from serverstatus.wiredTiger.cache in mongodb Missing metrics from serverstatus.wiredTiger.cache in mongodb input plugin Aug 21, 2017
@danielnelson danielnelson added this to the 1.5.0 milestone Oct 3, 2017
@danielnelson
Copy link
Contributor

Added in #3281

@Veeresh-dot-Pattar
Copy link

Hi I am also not able to get wiredTiger info from db.serverStatus() and also some other metrics are missing . My mongo version 4.4.4 . and I am connecting to mongodb atlas. Please suggest if you have solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants