summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-4/+5
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-302-13/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2219-282/+323
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-092-1/+11
* SERVER-21167 Top keeps state about operations against non-existent collectionsSean Tao2018-07-232-4/+6
* SERVER-28494 updated globalLock.activeClients.total to reflect number of acti...Dewal Gupta2018-07-231-1/+3
* SERVER-35157 Add transactions latency tracking to OperationLatencyHistogramNathan Louie2018-07-053-3/+10
* SERVER-29678 collStats command returns ok:1, 0-ed response on non-existing na...Ben Judd2018-07-022-9/+20
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-052-2/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-1/+3
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-1/+2
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-072-33/+66
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-162-1/+28
* Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-152-28/+1
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-152-1/+28
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-191-1/+1
* SERVER-27760 Delete old range deleter sourcesNathan Myers2017-05-151-98/+0
* SERVER-28907 Fix hidden argument warnings caused by opCtx renameMaria van Keulen2017-05-041-2/+3
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-274-364/+0