summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/ftdc_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-121-1/+1
* SERVER-29938 FTDC RefactorMark Benvenuto2017-06-301-310/+11
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-17/+15
* SERVER-26573 Poor compression of diagnostic data during chunk migrationsMark Benvenuto2016-10-171-1/+8
* SERVER-24616 Add new getDiagnosticData commandMark Benvenuto2016-07-211-0/+8
* SERVER-24607 Add Collector for system statisticsMark Benvenuto2016-07-141-2/+4
* SERVER-24387 FTDC invokes the 'collStats' command with the database parameter...Mark Benvenuto2016-06-241-17/+16
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-7/+8
* SERVER-20863: Use MB instead of Mb in diagnostic size optionsMark Benvenuto2015-10-151-8/+8
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20750 Require at least one delta sample in each chunkAndrew Morrow2015-10-021-4/+4
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-44/+45
* SERVER-20454: Fatal assertion attempting to set diagnosticDataCollectionPerio...Mark Benvenuto2015-09-181-0/+4
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-081-0/+355