From 7462684bc4c2418b607721d2cf06fdd2a0b1eda5 Mon Sep 17 00:00:00 2001
From: Pavel Semyonov
Date: Thu, 26 May 2022 12:11:26 +0700
Subject: [PATCH 1/2] Add draft box.stat.vinyl().regulator.blocked_writers
---
doc/reference/reference_lua/box_stat/vinyl.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/reference/reference_lua/box_stat/vinyl.rst b/doc/reference/reference_lua/box_stat/vinyl.rst
index e087fe4b6e..3475f949af 100644
--- a/doc/reference/reference_lua/box_stat/vinyl.rst
+++ b/doc/reference/reference_lua/box_stat/vinyl.rst
@@ -52,6 +52,10 @@ related variables whenever it is invoked.
in bytes per second, imposed on transactions by
the regulator based on the observed dump/compaction performance.
+* ``box.stat.vinyl().regulator.blocked_writers`` is the number of fibers
+ that are blocked waiting for Vinyl level0 memory quota.
+
+
.. _box_introspection-box_stat_vinyl_disk:
box.stat.vinyl().disk
From 3f19c5a230716bbfd89e6dd4ba6d46574d131d5b Mon Sep 17 00:00:00 2001
From: Pavel Semyonov
Date: Thu, 26 May 2022 12:34:28 +0700
Subject: [PATCH 2/2] Improve text
---
doc/reference/reference_lua/box_stat/vinyl.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/reference/reference_lua/box_stat/vinyl.rst b/doc/reference/reference_lua/box_stat/vinyl.rst
index 3475f949af..ff5bb43fc3 100644
--- a/doc/reference/reference_lua/box_stat/vinyl.rst
+++ b/doc/reference/reference_lua/box_stat/vinyl.rst
@@ -53,7 +53,8 @@ related variables whenever it is invoked.
the regulator based on the observed dump/compaction performance.
* ``box.stat.vinyl().regulator.blocked_writers`` is the number of fibers
- that are blocked waiting for Vinyl level0 memory quota.
+ currently blocked waiting for vinyl :ref:`L0 memory `
+ quota.
.. _box_introspection-box_stat_vinyl_disk: