summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-7/+29
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-0/+3
* SERVER-70155 Add totalOplogSlotDurationMicros to 'Slow query' log msgs and th...Dianna Hohensee2023-03-131-0/+5
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-1/+1
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-6/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-25/+41
* SERVER-18067: Add time spent waiting for write concern into command loggingseanzimm2023-02-161-0/+34
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-41/+25
* SERVER-73762 Add timing for index cache refreshes to slow query logAllison Easton2023-02-151-0/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-25/+41
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-5/+14
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-14/+5
* SERVER-72285 currentOp with $tenant should see ops for same tenantjannaerin2023-01-271-0/+2
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-5/+14
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-261-1/+1
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-0/+6
* SERVER-46446 Log time spent waiting for remote operationsYoonsoo Kim2023-01-201-6/+16
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-1/+36
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-011-3/+2
* 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