summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-263-9/+13
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-2/+4
* SERVER-26625 Make collStats command consistent on background index reportingGregory Wlodarek2019-03-201-2/+9
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-062-8/+8
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39729 fixit: mongo/db/stats/server_write_concern_metrics.cppBilly Donahue2019-02-253-5/+45
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1319-30/+4
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-01-292-13/+48
* SERVER-39142 ServerWriteConcernMetrics must lock _mutex before modifying membersTess Avitabile2019-01-231-0/+3
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-226-0/+507
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-23/+23
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-3/+3
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-192-10/+8
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-2/+2
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-162-58/+30