summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-3/+13
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-012-0/+73
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-293-28/+24
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-3/+3
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-172-16/+23
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-032-41/+2
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-2/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-4/+4
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-252-0/+27
* SERVER-66502: Pause consumption metrics collection in wait for write concern.Yu Jin Kang Park2022-07-132-1/+97
* SERVER-67102 Avoid unnecessary string copies for metricsJordi Olivares Provencio2022-07-072-12/+12
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-303-44/+21
* SERVER-64535 Add clustered index information to collStats outputSulabh Mahajan2022-06-281-2/+21
* 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