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

Mongo dbstats #3228

Merged
merged 38 commits into from
Jan 11, 2017
Merged

Mongo dbstats #3228

merged 38 commits into from
Jan 11, 2017

Commits on Dec 19, 2016

  1. initial dbstats implementation and integration tests

    Scott Crespo committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    9274966 View commit details
    Browse the repository at this point in the history
  2. implemented fields.yml for dbstats metricset

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

Commits on Dec 20, 2016

  1. generated documentation and templates via make update

    Scott Crespo committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c811c3e View commit details
    Browse the repository at this point in the history
  2. added dbstats documentation

    Scott Crespo committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    590b9e2 View commit details
    Browse the repository at this point in the history

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
  10. Merge pull request #1 from scottcrespo/metricbeat-mongodb-persistent-…

    …connections
    
    Metricbeat mongodb persistent connections
    Scott Crespo authored Dec 29, 2016
    Configuration menu
    Copy the full SHA
    663b4da View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    99bc01f View commit details
    Browse the repository at this point in the history
  2. more info logs to debug travis ci failures

    Scott Crespo committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    82be711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b86a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f207fac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b3f230 View commit details
    Browse the repository at this point in the history
  6. eliminated multi-node concurrency patterns because it is handled by t…

    …he framework
    Scott Crespo committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    abf8973 View commit details
    Browse the repository at this point in the history
  7. implementing eventfetcher, not eventsfetcher

    Scott Crespo committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    5bde2ee View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. updated module config to include dbstats metricset

    Scott Crespo committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    976294a View commit details
    Browse the repository at this point in the history
  2. ran make update

    Scott Crespo committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    7b0a38f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. updated metricbeat mongo modules template configuration to list metri…

    …csets in alphabetical order
    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    827348c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de87a8 View commit details
    Browse the repository at this point in the history
  3. handle mb field

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    54009f4 View commit details
    Browse the repository at this point in the history
  4. update import list order

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    594085b View commit details
    Browse the repository at this point in the history
  5. updating mongodb metricset field format

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    48f9a53 View commit details
    Browse the repository at this point in the history
  6. added experimental flag to mongodb dbstats metricset

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    757dbd0 View commit details
    Browse the repository at this point in the history
  7. removed redundant Printf statement

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    06b7220 View commit details
    Browse the repository at this point in the history
  8. added debugf variable back into metricset modules for easy debug prin…

    …ting
    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    e4b627a View commit details
    Browse the repository at this point in the history
  9. ran make generate-json for dbstats metricset

    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    28e51fd View commit details
    Browse the repository at this point in the history
  10. removed dialinfo from mongodb metricsets because we have the mongoses…

    …sion field
    Scott Crespo committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    1c80f5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8450fb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. updated changelog to include latest changes to Metricbeat's MongoDB m…

    …odule (PR 3228)
    Scott Crespo committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    35ac943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9dd25f View commit details
    Browse the repository at this point in the history