Skip to content

Commit a90b789

Browse files
committed
[DOC-11724] Update the metics (execution time) parameter (#629)
1 parent 3935dd2 commit a90b789

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/n1ql/pages/n1ql-language-reference/n1ql-auditing.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ endif::flag-devex-rest-api[]
133133
| `success`
134134

135135
| `metrics`
136-
| The elapsed time (ms), execution time (ms), result count, and result size (MB).
136+
| The elapsed time (ms), execution time, result count, and result size (MB).
137+
138+
The execution time can be in milliseconds (ms), microseconds (µs), or nanoseconds (ns), depending on the duration of the query.
139+
To determine the unit, check the suffix of each value.
137140
| `"elapsedTime":"7.599684ms",`
138141

139142
`"executionTime":"7.507755ms",`

0 commit comments

Comments
 (0)