Skip to content

Commit a0456e8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/includes/currentOp-output-example.rst

Lines changed: 2 additions & 0 deletions
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)