From d40c9a9fce0af023885e5da4ac1303c2b1a16f32 Mon Sep 17 00:00:00 2001 From: Rakhi Prathap Date: Thu, 7 May 2026 13:20:54 +0530 Subject: [PATCH] Add a note about completed_requests --- modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc b/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc index ad90a8801..f82b1e02e 100644 --- a/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc +++ b/modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc @@ -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