Skip to content

Commit b4e46ff

Browse files
[DOC-14250] Fix incorrect unit description for elapsedTime in Audit Logs - Capella (#633)
1 parent 085555f commit b4e46ff

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,20 @@ endif::flag-devex-rest-api[]
133133
| `success`
134134

135135
| `metrics`
136-
| The elapsed time (ms), execution time, result count, and result size (MB).
136+
| The elapsed time, execution time, result count, and result size (MB).
137+
138+
The elapsed time and execution time use a duration string format, which includes a numeric value and a unit suffix.
139+
The unit varies depending on the duration of the query.
140+
141+
Valid units are:
142+
143+
* `ms` - milliseconds
144+
* `µs` - microseconds
145+
* `ns` - nanoseconds
146+
* `s` - seconds
147+
* `m` - minutes
148+
* `h` - hours
137149

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.
140150
| `"elapsedTime":"7.599684ms",`
141151

142152
`"executionTime":"7.507755ms",`

0 commit comments

Comments
 (0)