diff --git a/docs/content.zh/docs/ops/traces.md b/docs/content.zh/docs/ops/traces.md
index d5025b44d02bf..8157d1ecddd2a 100644
--- a/docs/content.zh/docs/ops/traces.md
+++ b/docs/content.zh/docs/ops/traces.md
@@ -97,7 +97,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
- org.apache.flink.runtime.checkpoint.CheckpointStatsTracker |
+ org.apache.flink.runtime.checkpoint.CheckpointStatsTracker |
Checkpoint |
startTs |
Timestamp when the checkpoint has started. |
@@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
What was the state of this checkpoint: FAILED or COMPLETED. |
- JobInitialization |
+ JobInitialization |
startTs |
Timestamp when the job initialization has started. |
@@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
(Max/Sum)DownloadStateDurationMs
(optional - currently only supported by RocksDB Incremental) |
- The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS. |
+ The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS. |
+
+
+ (Max/Sum)RestoreStateDurationMs
(optional - currently only supported by RocksDB Incremental) |
+ The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded. |
(Max/Sum)RestoredStateSizeBytes.[location] |
@@ -167,6 +171,10 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
REMOTE,
UNKNOWN.
+
+ (Max/Sum)RestoreAsyncCompactionDurationMs
(optional - currently only supported by RocksDB Incremental) |
+ The aggregated (max and sum) duration across all subtasks for async compaction after incremental restore. |
+
diff --git a/docs/content/docs/ops/traces.md b/docs/content/docs/ops/traces.md
index d5025b44d02bf..8157d1ecddd2a 100644
--- a/docs/content/docs/ops/traces.md
+++ b/docs/content/docs/ops/traces.md
@@ -97,7 +97,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
- org.apache.flink.runtime.checkpoint.CheckpointStatsTracker |
+ org.apache.flink.runtime.checkpoint.CheckpointStatsTracker |
Checkpoint |
startTs |
Timestamp when the checkpoint has started. |
@@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
What was the state of this checkpoint: FAILED or COMPLETED. |
- JobInitialization |
+ JobInitialization |
startTs |
Timestamp when the job initialization has started. |
@@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
(Max/Sum)DownloadStateDurationMs
(optional - currently only supported by RocksDB Incremental) |
- The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS. |
+ The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS. |
+
+
+ (Max/Sum)RestoreStateDurationMs
(optional - currently only supported by RocksDB Incremental) |
+ The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded. |
(Max/Sum)RestoredStateSizeBytes.[location] |
@@ -167,6 +171,10 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
REMOTE,
UNKNOWN.
+
+ (Max/Sum)RestoreAsyncCompactionDurationMs
(optional - currently only supported by RocksDB Incremental) |
+ The aggregated (max and sum) duration across all subtasks for async compaction after incremental restore. |
+
diff --git a/docs/layouts/shortcodes/generated/rocksdb_configurable_configuration.html b/docs/layouts/shortcodes/generated/rocksdb_configurable_configuration.html
index 8810b9086d1fe..4ec59a27110e8 100644
--- a/docs/layouts/shortcodes/generated/rocksdb_configurable_configuration.html
+++ b/docs/layouts/shortcodes/generated/rocksdb_configurable_configuration.html
@@ -74,6 +74,12 @@