Skip to content

Commit 5e0a4b4

Browse files
npentreljeff-allen-mongo
authored andcommitted
Fix resharding monitoring aggregation
1 parent f7061c3 commit 5e0a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-reshard-a-collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ content: |
2828
.. code-block:: javascript
2929
3030
db.getSiblingDB("admin").aggregate([
31-
{ $currentOp: { localOps: false } },
31+
{ $currentOp: { allUsers: true, localOps: false } },
3232
{
3333
$match: {
3434
type: "op",

0 commit comments

Comments
 (0)