summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53850 Move timeseries-related collections stats to their own sectionDan Larkin-York2021-01-261-4/+5
* SERVER-53618 Add collStats for time-series collectionsGregory Noma2021-01-132-5/+27
* SERVER-53443 Busy wait in ResourceConsumptionMetricsTest should not depend on...Louis Williams2020-12-181-2/+8
* SERVER-53216 Report number of databases in resource consumption serverStatus ...Louis Williams2020-12-152-12/+32
* SERVER-52788 Rename measureOperationResourceConsumption feature flag to profi...Louis Williams2020-12-104-21/+20
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-091-6/+6
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-083-131/+200
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-2/+2
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-193-74/+113
* SERVER-51724 Collect the number of cursor seeks per operationBrian DeLeonardis2020-11-123-0/+53
* SERVER-51785 Do not count oplog writes for resource consumption metricsBrian DeLeonardis2020-11-111-1/+3