-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 metricbeat module #1837
Conversation
- module: mongodb | ||
metricsets: ["status"] | ||
enabled: true | ||
period: 1s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make the default 10s?
LGTM. It is interesting that you introduced for most of the fields the "type" like |
@tsg Seems like Jenkins hit a flaky test? |
jenkins, retest it |
* Contains the status metricset, reporting parts of the `db.serverStatus()` output. The locks and metrics sections are not yet reported. * Includes docs, basic integration tests, and basic system tests
@ruflin i addressed most comments and rebased to master to make sure the |
jenkins, test it |
LGTM |
db.serverStatus()
output. The locks and metrics sections are not yet reported.