summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/counters.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69810 Add targeted and non-targeted serverStatus metrics for updateOne...Kruti Shah2023-04-201-0/+9
* SERVER-70025 Add serverStatus metrics planCacheHits and planCacheMissesAnton Korshunov2023-04-061-0/+1
* SERVER-71392 Add counters to track jsonSchema usage in create and collModGil Alon2023-02-021-0/+1
* SERVER-71832 Report group spill metrics in serverStatusAdityavardhan Agrawal2023-01-301-0/+1
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-0/+7
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-111-0/+1
* SERVER-69739 Make mongos track the exponential moving average of number of qu...Cheahuychou Mao2022-10-071-14/+18
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-061-0/+3
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-0/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-6/+10
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-20/+1
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-251-0/+1
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-061-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-2/+6
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-0/+1
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-311-4/+2
* Revert "SERVER-46399 remove fallback SCRAM-SHA-1 for internalSecurity.userAdam Rayner2021-11-301-1/+4
* SERVER-46399 remove fallback SCRAM-SHA-1 for internalSecurity.userAdam Rayner2021-11-291-4/+1
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-11-181-0/+24
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-1/+1
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-221-55/+55
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+1
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-171-0/+7
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-281-28/+21
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-181-0/+1
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-0/+1
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-46/+35
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-091-6/+6
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-0/+28
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-28/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-0/+28
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-28/+0
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-0/+28
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-271-16/+70
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-261-0/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-0/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+59
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-221-1/+13
* 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-2/+2
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-49/+5
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-301-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-071-18/+40