Skip to content

Commit 8c0e386

Browse files
author
Chris Cho
committed
DOCSP-35195: fix duration values (#866)
(cherry picked from commit 3014ea8)
1 parent c217936 commit 8c0e386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/monitoring/command-monitoring.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commandSucceeded
9292
commandName: "find",
9393
address: 'localhost:27017',
9494
connectionId: 812613,
95-
duration: 1586380205,
95+
duration: 15,
9696
reply: {
9797
cursor: {
9898
firstBatch: [
@@ -123,5 +123,5 @@ commandFailed
123123
address: 'localhost:27017',
124124
connectionId: 812613,
125125
failure: Error("something failed"),
126-
duration: 1586380205
126+
duration: 11
127127
}

0 commit comments

Comments
 (0)