Skip to content

Commit 6493139

Browse files
ianf-mongodbjeff-allen-mongo
authored andcommitted
DOCS-13896 Added configTime and topologyTime with timestamp fields to Sharded cluster tab
1 parent 26054f9 commit 6493139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/includes/currentOp-output-example.rst

+2
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@
342342
"op" : <string>,
343343
"ns" : <string>,
344344
"command" : <document>,
345+
"configTime" : <Timestamp>, // Starting in 5.0
346+
"topologyTime" : <Timestamp>, // Starting in 5.0
345347
"planSummary": <string>,
346348
"prepareReadConflicts" : <NumberLong()>,
347349
"writeConflicts" : <NumberLong()>,

0 commit comments

Comments
 (0)