summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76900 ResourceConsumption::shouldCollectMetricsForDatabase to pass a D...mathisbessamdb2023-05-173-45/+205
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+1
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-092-13/+8
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-8/+1
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-3/+6
* SERVER-69810 Add targeted and non-targeted serverStatus metrics for updateOne...Kruti Shah2023-04-202-0/+27
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-1/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-3/+3
* SERVER-75439 Add pre-image remover metricsJordi Olivares Provencio2023-04-132-1/+63
* SERVER-75601 Make serverStatus apiversion field more robustMoustafa Maher2023-04-063-8/+129
* SERVER-70025 Add serverStatus metrics planCacheHits and planCacheMissesAnton Korshunov2023-04-062-0/+32
* SERVER-75264 Add queryableEncryptionLatencyMicros to opLatency in serverStatusMark Benvenuto2023-04-055-22/+93
* SERVER-75266 Change redaction in collstatsMark Benvenuto2023-04-041-4/+62
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+2
* SERVER-75335: Avoid string copies in _initiateCommand(), version metricsColin Stolley2023-03-282-2/+2
* SERVER-75277 Clear resource consumption metrics before each TTL index passLouis Williams2023-03-283-1/+81
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-213-13/+23
* SERVER-74461 Filter QE collections form CollStatsAdrian Gonzalez2023-03-161-4/+8
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-141-2/+3
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-1/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-262-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-103-14/+14
* SERVER-73311 Add group spill stats to serverStatus for SBEAdityavardhan Agrawal2023-02-091-10/+13
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-1/+1
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-0/+1
* SERVER-71392 Add counters to track jsonSchema usage in create and collModGil Alon2023-02-022-0/+44
* SERVER-71832 Report group spill metrics in serverStatusAdityavardhan Agrawal2023-01-302-0/+21
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-303-14/+14
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-273-14/+14
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-202-4/+5
* SERVER-71087 Add tests for agg stages that have a nss field input/outputHugh Tong2023-01-052-1/+3
* Revert "SERVER-71087 Add tests for agg stages that have a nss field input/out...auto-revert-processor2023-01-042-3/+1
* SERVER-71087 Add tests for agg stages that have a nss field input/outputcortrain2023-01-032-1/+3
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-082-1/+10
* SERVER-70983 Serialize the command responses in collStats for tenant isolationHugh Tong2022-12-071-1/+1
* SERVER-65815 Remove OrphanTracking feature flagPierlauro Sciarelli2022-11-231-7/+4
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-112-0/+9
* SERVER-68855 Optimize $collStats for $shardedDataDistributionPol PiƱol Castuera2022-11-112-64/+223
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-22/+31
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-011-0/+1
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-4/+4
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-1/+1
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-122-5/+6
* SERVER-69739 Make mongos track the exponential moving average of number of qu...Cheahuychou Mao2022-10-072-14/+26
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany callsAdi Zaimi2022-10-062-0/+8