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 metricbeat module #1837

Merged
merged 1 commit into from
Jun 15, 2016
Merged

MongoDB metricbeat module #1837

merged 1 commit into from
Jun 15, 2016

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Jun 13, 2016

  • 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

@tsg tsg added the review label Jun 13, 2016
- module: mongodb
metricsets: ["status"]
enabled: true
period: 1s
Copy link
Member

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?

@ruflin
Copy link
Member

ruflin commented Jun 13, 2016

LGTM. It is interesting that you introduced for most of the fields the "type" like ms or mb. So far I left it out most of the time except it was already part of the name. I was thinking to do it in the templates but this feels very natural and makes it easy to read.

@ruflin ruflin added the Metricbeat Metricbeat label Jun 14, 2016
@ruflin
Copy link
Member

ruflin commented Jun 14, 2016

@tsg Seems like Jenkins hit a flaky test?

@ruflin
Copy link
Member

ruflin commented Jun 15, 2016

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
@tsg
Copy link
Contributor Author

tsg commented Jun 15, 2016

@ruflin i addressed most comments and rebased to master to make sure the _beat to _meta rename happens correctly. To make the rebase easier I squashed to one commit.

@ruflin
Copy link
Member

ruflin commented Jun 15, 2016

jenkins, test it

@ruflin
Copy link
Member

ruflin commented Jun 15, 2016

LGTM

@ruflin ruflin merged commit 66e4d05 into elastic:master Jun 15, 2016
@tsg tsg deleted the metricbeat_mongo branch August 25, 2016 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants