This is an automated email from the ASF dual-hosted git repository.

fanrui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new fc93810384b [FLINK-39280][docs] Add missing State Size Tracking 
Options to configuration page
fc93810384b is described below

commit fc93810384bb878c0837849be3d7ddb72db0ee3e
Author: Aleksandr Savonin <[email protected]>
AuthorDate: Fri Mar 20 18:39:54 2026 +0100

    [FLINK-39280][docs] Add missing State Size Tracking Options to 
configuration page
---
 docs/content.zh/docs/deployment/config.md | 4 ++++
 docs/content/docs/deployment/config.md    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/content.zh/docs/deployment/config.md 
b/docs/content.zh/docs/deployment/config.md
index 2d0eecea466..3665530e899 100644
--- a/docs/content.zh/docs/deployment/config.md
+++ b/docs/content.zh/docs/deployment/config.md
@@ -478,6 +478,10 @@ Please refer to the [Debugging Classloading Docs]({{< ref 
"docs/ops/debugging/de
 
 {{< generated/state_latency_tracking_section >}}
 
+### State Size Tracking Options
+
+{{< generated/state_size_tracking_section >}}
+
 ### Advanced RocksDB State Backends Options
 
 Advanced options to tune RocksDB and RocksDB checkpoints.
diff --git a/docs/content/docs/deployment/config.md 
b/docs/content/docs/deployment/config.md
index 4b1d24bc1f2..9095155dc1c 100644
--- a/docs/content/docs/deployment/config.md
+++ b/docs/content/docs/deployment/config.md
@@ -480,6 +480,10 @@ Please refer to the [Debugging Classloading Docs]({{< ref 
"docs/ops/debugging/de
 
 {{< generated/state_latency_tracking_section >}}
 
+### State Size Tracking Options
+
+{{< generated/state_size_tracking_section >}}
+
 ### Advanced RocksDB State Backends Options
 
 Advanced options to tune RocksDB and RocksDB checkpoints.

Reply via email to