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 plugin: Adding per Collection stats #5496

Closed
carlo4002 opened this issue Feb 27, 2019 · 2 comments
Closed

MongoDB input plugin: Adding per Collection stats #5496

carlo4002 opened this issue Feb 27, 2019 · 2 comments
Labels
area/mongodb feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@carlo4002
Copy link

Feature Request

Since #1466 we got the option to gather metrics for every database. Isn't it useful to have metrics per collection?

Proposal:

add the option gather_percollection_stats

Current behavior:

The metrics are collected at database level.

Desired behavior:

Have a better granularity to collect metrics by database and collection

Use case: [Why is this important (helps with prioritizing requests)]

Different collections are dedicated to different services therefore it is important to know which collection grows faster for example

@danielnelson danielnelson added feature request Requests for new plugin and for new features to existing plugins area/mongodb labels Feb 27, 2019
@scottprichard
Copy link
Contributor

We are using the mongo_db stats and would love this per collection metric!

@danielnelson
Copy link
Contributor

Closed in #6137

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

No branches or pull requests

3 participants