summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-212-3/+47
* SERVER-40531 Fix LintMark Benvenuto2019-04-181-1/+2
* SERVER-40531 FTDC decompressor should not use exceptionsMark Benvenuto2019-04-181-12/+40
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-094-4/+4
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-063-43/+15
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-288-16/+18
* SERVER-40142 Coverity analysis defect 112101: Double freeMark Benvenuto2019-03-221-3/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-033-3/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1351-51/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38464 Add setParameter for custom FTDC data directoryMark Benvenuto2019-01-247-77/+54
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-123-16/+9
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-6/+6
* SERVER-38565 Convert FTDC options to IDLMark Benvenuto2018-12-187-229/+265
* SERVER-38310 Oplog information collection stalls FTDCMark Benvenuto2018-12-131-3/+2
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-2/+3
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2251-1071/+1173
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-111-1/+3
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-08-239-32/+257
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-227-33/+41
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-0/+3
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+2
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-081-0/+15
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-121-1/+1
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+3
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-022-3/+2
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-022-2/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-022-3/+2
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-201-0/+1
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-0/+127
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-121-1/+0
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-311-0/+1
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-30394 ftdc file_manager generates an incorrect absolute diagnostic dat...Mark Benvenuto2017-08-072-1/+4
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-132-17/+6
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-1212-9/+315