File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ documents with the following fields:
5757 * - ``$currentOp.opid``
5858 - :manual:`ObjectId </reference/bson-types/#objectid>`
5959 - Unique identifier of the operation in :manual:`ObjectId
60- </reference/bson-types/#objectid>` format.
60+ </reference/bson-types/#objectid>` format. The field value is
61+ the same as the ``correlationID`` that you can see in errors
62+ and logs.
6163
6264 * - ``$currentOp.client``
6365 - string
Original file line number Diff line number Diff line change @@ -130,8 +130,11 @@ fields:
130130 - ``0``, if there were errors when executing the query
131131
132132 * - ``opid``
133- - :manual:`ObjectId </reference/bson-types/#objectid>`
134- - Unique identifier of the operation associated with the query.
133+ - :manual:`ObjectId </reference/bson-types/#objectid>`
134+ - Unique identifier of the operation associated with the query in
135+ the :manual:`ObjectId </reference/bson-types/#objectid>` format.
136+ The field value is the same as the ``correlationID`` that you
137+ can see in errors and logs.
135138
136139 * - ``startTime``
137140 - :manual:`ISODate </reference/glossary/#term-isodate>`
You can’t perform that action at this time.
0 commit comments