summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-201-1/+1
* SERVER-66943 collStats must never retrieve orphans count on plain replset or ...Pierlauro Sciarelli2022-06-021-6/+11
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+2
* SERVER-64242 Make `collStats` aggregation stage retrieve orphans from Balance...Allison Easton2022-05-312-36/+5
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-6/+6
* SERVER-66334 Initialize NetworkCounter::_tfoKernelSettingSara Golemon2022-05-241-1/+1
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-243-126/+179
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-091-5/+16
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-062-45/+44
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-064-4/+12
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-212-45/+28
* SERVER-65014 Use long long type for orphan countTommaso Tocci2022-03-301-3/+3
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-2/+6
* SERVER-62554 Add orphans info in `collStats` aggregation stage outputAllison Easton2022-03-112-0/+40
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+1
* SERVER-63219 Change collStats cmd to run without the RSTL lock so FTDC can co...Dianna Hohensee2022-02-071-12/+5
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-4/+9
* SERVER-62674 Add stats tracking for multiple collectionsMihai Andrei2022-01-312-0/+23
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-242-0/+65
* SERVER-61121 Make TransactionMetricsObserver support TxnNumberAndRetryCounterSanika Phanse2022-01-242-5/+8
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-7/+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-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-1/+6
* 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-252-12/+15
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-222-70/+70
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-2/+2
* SERVER-60087 Add stats under collStats for timeseries bucket compressionHenrik Edin2021-09-272-0/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-08-271-12/+11
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-052-0/+34
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-3/+0
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-171-0/+7
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-083-33/+153
* SERVER-57480 invalid iterators in APIVersionMetricsBilly Donahue2021-06-071-6/+9
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-56861 Update semantics for server status's opWriteConcernCountersMoustafa Maher2021-06-032-22/+80
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-282-29/+47
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-182-0/+29
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-143-0/+24
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...Eric Milkie2021-05-034-2/+145
* SERVER-55708 clean up index_descriptor library dependenciesBenety Goh2021-04-031-7/+6
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-1/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-0/+7
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-173-16/+9
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-032-52/+57