summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-1/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-0/+4
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-11/+2
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-3/+1
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-8/+8
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-0/+1
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+1
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-1/+0
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-0/+1
* SERVER-69748 Remove redundant totalPipelineLookup counterJennifer Peshansky2022-09-211-3/+0
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-1/+4
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-1/+5
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-261-0/+8
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-251-0/+15
* SERVER-67252 Track time spent waiting for refresh on the shardsAllison Easton2022-07-051-0/+8
* SERVER-60839 Add TemporarilyUnavailable errorJosef Ahmad2022-02-151-0/+6
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-0/+8
* SERVER-59714 Add batch number to task executor cursorTed Tuckman2021-10-121-0/+1
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-1/+1
* SERVER-58848 Using UserAcquisitionStats in place of UserCacheAcquisitionStats...aldo-aguilar2021-08-201-12/+11
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+11
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-21/+0
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-2/+0
* SERVER-50286 Indicate in logs whether an operation involves a viewIrina Yatsenko2021-05-121-0/+18
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-301-0/+22
* SERVER-53849 Move away from getLog in timestamped_reads_wait_for_prepare_oplo...Moustafa Maher2021-01-281-0/+6
* SERVER-53137 The CurOp constructor should initialize its variables prior to b...Gregory Wlodarek2020-12-011-0/+5
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-1/+1
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-0/+2
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-6/+24
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-1/+6
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-121-4/+4
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-20/+18
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-14/+23
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-031-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-1/+1
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-05-111-2/+2
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+62
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-0/+4
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-0/+16
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-0/+1
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-1/+5
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+2
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-0/+7
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-3/+3
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-281-0/+3
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-1/+1