From da749d51df77925c6355971c0bae35a337f1bc93 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Thu, 15 Jul 2021 18:59:45 +0200 Subject: [PATCH] Fix resharding monitoring aggregation --- source/includes/steps-reshard-a-collection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-reshard-a-collection.yaml b/source/includes/steps-reshard-a-collection.yaml index 3be2c10a69b..dc2ea67e977 100644 --- a/source/includes/steps-reshard-a-collection.yaml +++ b/source/includes/steps-reshard-a-collection.yaml @@ -28,7 +28,7 @@ content: | .. code-block:: javascript db.getSiblingDB("admin").aggregate([ - { $currentOp: { localOps: false } }, + { $currentOp: { allUsers: true, localOps: false } }, { $match: { type: "op",