Skip to content

Commit 555899d

Browse files
connect opid to correlationID
1 parent 8f5f9e4 commit 555899d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

source/admin/determine-query-status.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

source/query/view-query-history.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>`

0 commit comments

Comments
 (0)