-
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
Mongo dbstats #3228
Mongo dbstats #3228
Commits on Dec 19, 2016
-
initial dbstats implementation and integration tests
Scott Crespo committedDec 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 9274966 - Browse repository at this point
Copy the full SHA 9274966View commit details -
implemented fields.yml for dbstats metricset
Scott Crespo committedDec 19, 2016 Configuration menu - View commit details
-
Copy full SHA for f28f347 - Browse repository at this point
Copy the full SHA f28f347View commit details
Commits on Dec 20, 2016
-
generated documentation and templates via make update
Scott Crespo committedDec 20, 2016 Configuration menu - View commit details
-
Copy full SHA for c811c3e - Browse repository at this point
Copy the full SHA c811c3eView commit details -
Scott Crespo committed
Dec 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 590b9e2 - Browse repository at this point
Copy the full SHA 590b9e2View commit details
Commits on Dec 22, 2016
-
new implementation that establishes direct connetions to mongo hosts
Scott Crespo committedDec 22, 2016 Configuration menu - View commit details
-
Copy full SHA for b6f8da3 - Browse repository at this point
Copy the full SHA b6f8da3View commit details
Commits on Dec 28, 2016
-
successful reporting using direct node connections
Scott Crespo committedDec 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 74f9ee0 - Browse repository at this point
Copy the full SHA 74f9ee0View commit details
Commits on Dec 29, 2016
-
debugged field name. integration tests pass
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for dd895b5 - Browse repository at this point
Copy the full SHA dd895b5View commit details -
debugged avg_obj_size field for proper mapping
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 2c92245 - Browse repository at this point
Copy the full SHA 2c92245View commit details -
set FailFast = True for direct connections to prevent a nonresponsive…
… node from holding up the reporting
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 5a9ae7f - Browse repository at this point
Copy the full SHA 5a9ae7fView commit details -
provide mongodb host parser to AddMetricSet()
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 8e1934c - Browse repository at this point
Copy the full SHA 8e1934cView commit details -
implementing multi-node direct reporting for mongodb.serverStatus
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 1f420d7 - Browse repository at this point
Copy the full SHA 1f420d7View commit details -
changed database response back to map[string]interface{}{}. otherwise…
… fields get lost when calling eventMapping()
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 65d8d89 - Browse repository at this point
Copy the full SHA 65d8d89View commit details -
debugging test assertion values so integration test suite passes
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for a4a6e75 - Browse repository at this point
Copy the full SHA a4a6e75View commit details -
debugged integration tests to work with metricbeats testsuite. added …
…additional fields to dbstats metricset
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 3c6d97c - Browse repository at this point
Copy the full SHA 3c6d97cView commit details -
copied original metricbeat.yml. Accidentally over-wrote it
Scott Crespo committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for aafaafe - Browse repository at this point
Copy the full SHA aafaafeView commit details -
Merge pull request #1 from scottcrespo/metricbeat-mongodb-persistent-…
…connections Metricbeat mongodb persistent connections
Scott Crespo authoredDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 663b4da - Browse repository at this point
Copy the full SHA 663b4daView commit details
Commits on Dec 30, 2016
-
added documentation and additional log entry in mongodb module
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 99bc01f - Browse repository at this point
Copy the full SHA 99bc01fView commit details -
more info logs to debug travis ci failures
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 82be711 - Browse repository at this point
Copy the full SHA 82be711View commit details -
additional logging to debug CI. removed host parameter to new metricset
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 98b86a0 - Browse repository at this point
Copy the full SHA 98b86a0View commit details -
updated docstring. add mongo url parser back to new metric set call
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f207fac - Browse repository at this point
Copy the full SHA f207facView commit details -
added build integration comment to integration test modules
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 2b3f230 - Browse repository at this point
Copy the full SHA 2b3f230View commit details -
eliminated multi-node concurrency patterns because it is handled by t…
…he framework
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for abf8973 - Browse repository at this point
Copy the full SHA abf8973View commit details -
implementing eventfetcher, not eventsfetcher
Scott Crespo committedDec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 5bde2ee - Browse repository at this point
Copy the full SHA 5bde2eeView commit details
Commits on Dec 31, 2016
-
updated module config to include dbstats metricset
Scott Crespo committedDec 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 976294a - Browse repository at this point
Copy the full SHA 976294aView commit details -
Scott Crespo committed
Dec 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 7b0a38f - Browse repository at this point
Copy the full SHA 7b0a38fView commit details
Commits on Jan 8, 2017
-
updated metricbeat mongo modules template configuration to list metri…
…csets in alphabetical order
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 827348c - Browse repository at this point
Copy the full SHA 827348cView commit details -
udated mongobeat dbstats fields to use byte format where appropriate
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 2de87a8 - Browse repository at this point
Copy the full SHA 2de87a8View commit details -
Scott Crespo committed
Jan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 54009f4 - Browse repository at this point
Copy the full SHA 54009f4View commit details -
Scott Crespo committed
Jan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 594085b - Browse repository at this point
Copy the full SHA 594085bView commit details -
updating mongodb metricset field format
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 48f9a53 - Browse repository at this point
Copy the full SHA 48f9a53View commit details -
added experimental flag to mongodb dbstats metricset
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 757dbd0 - Browse repository at this point
Copy the full SHA 757dbd0View commit details -
removed redundant Printf statement
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 06b7220 - Browse repository at this point
Copy the full SHA 06b7220View commit details -
added debugf variable back into metricset modules for easy debug prin…
…ting
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for e4b627a - Browse repository at this point
Copy the full SHA e4b627aView commit details -
ran make generate-json for dbstats metricset
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 28e51fd - Browse repository at this point
Copy the full SHA 28e51fdView commit details -
removed dialinfo from mongodb metricsets because we have the mongoses…
…sion field
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c80f5e - Browse repository at this point
Copy the full SHA 1c80f5eView commit details -
updated data mapping to make mmapv1-specific fields optional
Scott Crespo committedJan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for a8450fb - Browse repository at this point
Copy the full SHA a8450fbView commit details
Commits on Jan 10, 2017
-
updated changelog to include latest changes to Metricbeat's MongoDB m…
…odule (PR 3228)
Scott Crespo committedJan 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 35ac943 - Browse repository at this point
Copy the full SHA 35ac943View commit details -
Merge branch 'master' of github.com:elastic/beats into mongo-dbstats
Scott Crespo committedJan 10, 2017 Configuration menu - View commit details
-
Copy full SHA for a9dd25f - Browse repository at this point
Copy the full SHA a9dd25fView commit details