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

Metricbeat mongodb persistent connections #1

Merged
merged 11 commits into from
Dec 29, 2016

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    b6f8da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. successful reporting using direct node connections

    Scott Crespo committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    74f9ee0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. debugged field name. integration tests pass

    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    dd895b5 View commit details
    Browse the repository at this point in the history
  2. debugged avg_obj_size field for proper mapping

    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    2c92245 View commit details
    Browse the repository at this point in the history
  3. set FailFast = True for direct connections to prevent a nonresponsive…

    … node from holding up the reporting
    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    5a9ae7f View commit details
    Browse the repository at this point in the history
  4. provide mongodb host parser to AddMetricSet()

    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    8e1934c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f420d7 View commit details
    Browse the repository at this point in the history
  6. changed database response back to map[string]interface{}{}. otherwise…

    … fields get lost when calling eventMapping()
    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    65d8d89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4a6e75 View commit details
    Browse the repository at this point in the history
  8. debugged integration tests to work with metricbeats testsuite. added …

    …additional fields to dbstats metricset
    Scott Crespo committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    3c6d97c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aafaafe View commit details
    Browse the repository at this point in the history