Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@ By default, the `system:completed_requests` catalog maintains a list of the most
For each completed request, this catalog maintains information such as requestId, statement text, prepared name (if prepared statement), request time, service time, and so on.
This information provides a general insight into the health and performance of the query node and the cluster.

NOTE: The `system:completed_requests` catalog automatically captures named and positional parameters for qualified requests, regardless of the `controls` setting.
For more information about this setting, see xref:n1ql-manage/query-settings.adoc#section_nnj_sjk_k1b[Request-Level Parameters].

[[sys-completed-get]]
=== Get Completed Requests

Expand Down