summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/ftdc_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+2
* SERVER-21070 Add option to FTDC to gather collection statsMark Benvenuto2021-12-131-0/+56
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-1/+2
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2020-06-011-1/+2
* SERVER-47528 Turn off initialSyncStatus for replSetGetStatus in FTDCSamy Lanka2020-05-061-1/+4
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-211-0/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38464 Add setParameter for custom FTDC data directoryMark Benvenuto2019-01-241-2/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-2/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-2/+1
* 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