summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-071-1/+1
* SERVER-17294 Boost 1.60 Mongo compilation fixesMark Benvenuto2016-03-313-4/+4
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-03-303-8/+9
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-211-9/+0
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-0/+3
* SERVER-22700 Unrepresentable left shift on signed integer is undefinedsamantharitter2016-03-141-1/+1
* SERVER-20352 Correctly check for errors from boost::filesystem::create_direct...Mathias Stearn2016-02-041-2/+5
* Fix typo in FTDCController::stop() log messageJason Rassi2015-11-251-1/+1
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-104-5/+3
* fix lintEric Milkie2015-11-061-1/+1
* SERVER-21231: Improve logging messages, and prevent FTDC from writting to dis...Mark Benvenuto2015-11-062-18/+101
* SERVER-21241 Record timestamp in root of sample documentMark Benvenuto2015-11-063-12/+34
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+0
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-7/+8
* SERVER-20582: _id time reflects end of chunk instead of beginningMark Benvenuto2015-10-2216-112/+191
* SERVER-20958: Ensure file names are unique when quickly written and rotated.Mark Benvenuto2015-10-213-16/+39
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+0
* SERVER-20863: Use MB instead of Mb in diagnostic size optionsMark Benvenuto2015-10-151-8/+8
* SERVER-20776: diagnostic.data directory size limit is not enforcedMark Benvenuto2015-10-122-5/+5
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20703 ftdc_test should create metrics.test in a temporary directoryJonathan Reams2015-10-081-1/+3
* SERVER-20750 Require at least one delta sample in each chunkAndrew Morrow2015-10-021-4/+4
* SERVER-20602 There is never FTDC data to flush if we lack a reference documentAndrew Morrow2015-10-011-1/+1
* SERVER-20453 Count the FTDC reference document as the first sampleAndrew Morrow2015-10-014-19/+25
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-44/+45
* SERVER-20417: Move file interim fileMark Benvenuto2015-09-217-30/+61
* SERVER-20467: Timestamps encoded incorrectlyMark Benvenuto2015-09-212-8/+12
* SERVER-20454: Fatal assertion attempting to set diagnosticDataCollectionPerio...Mark Benvenuto2015-09-181-0/+4
* SERVER-20397: Compress reference documentMark Benvenuto2015-09-163-72/+97
* SERVER-20355: libftdc and libftdc_mongod have missing link dependenciesMark Benvenuto2015-09-161-1/+12
* SERVER-20349: Duplicate log lines on log level 4 for FTDCMark Benvenuto2015-09-151-2/+3
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-0810-1/+1395
* SERVER-19584: Implement full-time diagnostic data capture file reader and writerMark Benvenuto2015-09-089-0/+1752
* SERVER-19583: Implement full-time diagnostic data capture compressor and deco...Mark Benvenuto2015-09-0816-0/+2322