summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/counters.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69739 Make mongos track the exponential moving average of number of qu...Cheahuychou Mao2022-10-071-0/+8
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-061-0/+5
* SERVER-69748 Remove redundant totalPipelineLookup counterJennifer Peshansky2022-09-211-10/+4
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-0/+20
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-1/+0
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-15/+22
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-21/+1
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-251-0/+26
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-39/+15
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-201-1/+1
* SERVER-66334 Initialize NetworkCounter::_tfoKernelSettingSara Golemon2022-05-241-1/+1
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-061-39/+38
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-43/+22
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-0/+64
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-11/+14
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-221-15/+15
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+33
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-281-1/+26
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-181-0/+28
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-0/+22
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-6/+22
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-0/+7
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-7/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-0/+7
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-7/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-0/+7
* 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-271-2/+9
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-261-0/+9
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-0/+18
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+27
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-221-0/+26
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-19/+19
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-9/+25
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-301-12/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-071-15/+26
* SERVER-25466 Add MessageCompressor stats to server statusJonathan Reams2016-08-101-5/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-1/+1
* SERVER-20167: Flip stats counters to be signedMartin Bligh2015-08-311-3/+3
* SERVER-20091: turn network counters into atomicsMartin Bligh2015-08-271-8/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+63
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-14/+13
* SERVER-14341 OpCounters missing calls to _checkWrap() added backJason Rassi2014-06-261-7/+7