summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-261-5/+16
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-132-12/+15
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-12-081-0/+24
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-10-181-12/+11
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-10-122-0/+34
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-201-3/+0
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-181-0/+7
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-091-1/+1
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-093-33/+153
* SERVER-56861 Update semantics for server status's opWriteConcernCountersMoustafa Maher2021-06-092-22/+80
* SERVER-57480 invalid iterators in APIVersionMetricsBilly Donahue2021-06-071-6/+9
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-192-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
* SERVER-51668 Report total CPU time spent by operations in serverStatusLouis Williams2020-11-094-55/+112
* SERVER-51667 Collect CPU time used per operationLouis Williams2020-11-043-42/+103
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-023-183/+270
* SERVER-51794 collStats should consider index visibility in relation to its sn...Benety Goh2020-10-231-1/+8
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-3/+3
* SERVER-51686 Collect index entry units read and written per operationLouis Williams2020-10-214-33/+204
* SERVER-51024 Collect document units read and written per operationLouis Williams2020-10-204-39/+116
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-164-4/+19
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+3
* SERVER-51027 Collect document bytes written per operationLouis Williams2020-10-152-13/+49
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-144-57/+240
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-0/+3
* SERVER-51031 Report operation resource consumption metrics in the profiler an...Louis Williams2020-10-022-11/+49
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-294-8/+154
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+3
* SERVER-50491 Include freeStorageSize in serverStatus even when zeroGregory Noma2020-09-221-5/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-153-17/+261
* SERVER-50862 Create server parameter to globally aggregate operation resource...Louis Williams2020-09-111-7/+10