summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-164-4/+19
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+3
* SERVER-51027 Collect document bytes written per operationLouis Williams2020-10-152-13/+49
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-144-57/+240
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-0/+3
* SERVER-51031 Report operation resource consumption metrics in the profiler an...Louis Williams2020-10-022-11/+49
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-294-8/+154
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+3
* SERVER-50491 Include freeStorageSize in serverStatus even when zeroGregory Noma2020-09-221-5/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-153-17/+261
* SERVER-50862 Create server parameter to globally aggregate operation resource...Louis Williams2020-09-111-7/+10
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-2/+2
* SERVER-50703 Create global resource consumption structureLouis Williams2020-09-094-0/+243
* SERVER-50702 Create feature flag for measuring operation resource consumptionLouis Williams2020-09-092-0/+57
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-2/+2
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-262-5/+5
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-202-0/+35
* SERVER-49965: Add apiVersion metrics to serverStatus and remove stale metricsXueruiFa2020-08-204-21/+252
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-192-35/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-182-0/+35
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-172-35/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-142-0/+35
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-133-0/+136
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-5/+5
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+3
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2020-06-011-5/+20
* SERVER-47644 Enable Histogram Latency Stats in FTDCMark Benvenuto2020-05-077-15/+96
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-293-33/+82
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-0/+39
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-272-18/+79
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-262-0/+19
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-212-2/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-192-0/+19
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-122-0/+86
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-312-15/+2
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-101-0/+5
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-222-1/+39
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-5/+5
* SERVER-43257 Don't use sizeof to get size of valarray in GlobalLockServerStat...Louis Williams2019-09-111-1/+1
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-2/+2
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-143-0/+440
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-5/+5
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-3/+5
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-40/+16
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-12/+13
* SERVER-16553 Add the scaling factor to stats commandsGregory Wlodarek2019-05-081-0/+2