From ad17aa4877188e8de0bea0532175f04a3b791446 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 9 Sep 2024 10:53:06 +0300 Subject: [PATCH] Fix 'box.info.synchro.queue' description --- doc/release/3.2.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release/3.2.0.rst b/doc/release/3.2.0.rst index 2a6a32a07..aa1a35c64 100644 --- a/doc/release/3.2.0.rst +++ b/doc/release/3.2.0.rst @@ -284,7 +284,7 @@ The 3.2 release adds the following improvements related to observability: - A new :ref:`box.info.config ` field allows you to access an instance's configuration status. -- :ref:`box.info.synchro.queue.term ` now includes the ``age`` and ``confirm_lag`` fields: +- :ref:`box.info.synchro.queue ` now includes the ``age`` and ``confirm_lag`` fields: - ``age`` -- shows how much time the oldest entry in the queue has spent waiting for the quorum. - ``confirm_lag`` -- shows how much time the latest successfully confirmed entry has waited for the quorum to gather.