Skip to content

Commit 3014ea8

Browse files
author
Chris Cho
authored
DOCSP-35195: fix duration values (#866)
1 parent 4c2cbdf commit 3014ea8

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
@@ -97,7 +97,7 @@ commandSucceeded
9797
commandName: "find",
9898
address: 'localhost:27017',
9999
connectionId: 812613,
100-
duration: 1586380205,
100+
duration: 15,
101101
reply: {
102102
cursor: {
103103
firstBatch: [
@@ -128,5 +128,5 @@ commandFailed
128128
address: 'localhost:27017',
129129
connectionId: 812613,
130130
failure: Error("something failed"),
131-
duration: 1586380205
131+
duration: 11
132132
}

0 commit comments

Comments
 (0)