summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-6/+13
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-1/+16
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-0/+9
* SERVER-76676: Concurrent access of waitForWriteConcernDurationMillis in OpDebugseanzimm2023-05-031-3/+2
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-6/+2
* SERVER-75360 Add number of results from mongot to slow query log lineTed Tuckman2023-04-101-0/+3
* SERVER-74962 Omit sensitive information for QE currentOp operationsAdrian Gonzalez2023-04-051-2/+30
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+10
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-0/+17
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-25/+86
* SERVER-70155 Add totalOplogSlotDurationMicros to 'Slow query' log msgs and th...Dianna Hohensee2023-03-131-0/+16
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-2/+2
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-3/+0
* SERVER-73909: Avoid call to serializeDollarDbInOpDescription()Colin Stolley2023-02-221-1/+5
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-0/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-61/+57
* SERVER-18067: Add time spent waiting for write concern into command loggingseanzimm2023-02-161-0/+14
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-55/+61
* SERVER-73762 Add timing for index cache refreshes to slow query logAllison Easton2023-02-151-0/+4
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-61/+55
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-23/+29
* SERVER-73460 Probe throughput to adjust storage engine concurrencyGregory Noma2023-02-081-1/+1
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-29/+23
* SERVER-72285 currentOp with $tenant should see ops for same tenantjannaerin2023-01-271-0/+12
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-23/+29
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-261-1/+1
* SERVER-72367 Only report admission priority if deprioritizedJordi Olivares Provencio2023-01-171-2/+8
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-1/+0
* SERVER-64029 Prohibit impersonating multiple usersShreyas Kalyan2023-01-061-2/+7
* SERVER-72270 Move planningTimeMicros so that it does not come last in slow qu...James Wahlin2023-01-051-6/+12
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-1/+2
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-1/+4
* SERVER-68803 Add whether SBE is in use to currentOp outputAlyssa Wagenmaker2022-11-141-0/+15
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+7
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-12/+42
* SERVER-70941 system TickSource via std::chrono::steady_clockBilly Donahue2022-10-311-1/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-2/+17
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-7/+20
* SERVER-70137 Feature flag admission priority in curOpJordi Olivares Provencio2022-10-171-2/+7
* Revert "SERVER-70137 Feature flag the currentOp change"auto-revert-processor2022-10-141-9/+2
* SERVER-70137 Feature flag the currentOp changeJordi Olivares Provencio2022-10-131-2/+9
* SERVER-70137 Add OpCtx priority for ticket acquisition in CurOpJordi Olivares Provencio2022-10-131-0/+4
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-2/+2
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-2/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-2/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-161-0/+3
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-6/+1