Skip to content

Commit 5a40341

Browse files
[DOC-11724] Update the metics (execution time) parameter (#629)
1 parent 817e988 commit 5a40341

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
@@ -130,7 +130,10 @@ The syslog format will allow for integration with third party SIEM tools, such a
130130
| `success`
131131

132132
| `metrics`
133-
| The elapsed time (ms), execution time (ms), result count, and result size (MB).
133+
| The elapsed time (ms), execution time, result count, and result size (MB).
134+
135+
The execution time can be in milliseconds (ms), microseconds (µs), or nanoseconds (ns), depending on the duration of the query.
136+
To determine the unit, check the suffix of each value.
134137
| `"elapsedTime":"7.599684ms",`
135138

136139
`"executionTime":"7.507755ms",`

0 commit comments

Comments
 (0)