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

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

commit bdf313277754ebcab4d6ccb6aba9d49860933322
Author: Stefan Richter <srich...@confluent.io>
AuthorDate: Wed Jan 17 14:55:20 2024 +0100

    [FLINK-34134] Add documentation.
---
 docs/content.zh/docs/ops/traces.md | 12 ++++++++++--
 docs/content/docs/ops/traces.md    | 12 ++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/ops/traces.md 
b/docs/content.zh/docs/ops/traces.md
index 3fffd7ce430..d5025b44d02 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
   </thead>
   <tbody>
     <tr>
-      <th 
rowspan="15">org.apache.flink.</br>runtime.checkpoint.</br>CheckpointStatsTracker</th>
+      <th 
rowspan="16">org.apache.flink.</br>runtime.checkpoint.</br>CheckpointStatsTracker</th>
       <th rowspan="6"><strong>Checkpoint</strong></th>
       <td>startTs</td>
       <td>Timestamp when the checkpoint has started.</td>
@@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint 
and job initializatio
       <td>What was the state of this checkpoint: FAILED or COMPLETED.</td>
     </tr>
     <tr>
-      <th rowspan="9"><strong>JobInitialization</strong></th>
+      <th rowspan="10"><strong>JobInitialization</strong></th>
       <td>startTs</td>
       <td>Timestamp when the job initialization has started.</td>
     </tr>
@@ -159,6 +159,14 @@ Flink reports a single span trace for the whole checkpoint 
and job initializatio
       <td>(Max/Sum)DownloadStateDurationMs<br><br>(optional - currently only 
supported by RocksDB Incremental)</td>
       <td>The aggregated (max and sum) across all subtasks duration of 
downloading state files from the DFS.</td>
     </tr>
+    <tr>
+      <td>(Max/Sum)RestoredStateSizeBytes.[location]</td>
+      <td>The aggregated (max and sum) across all subtasks size of restored 
state by location. Possible locations are defined in Enum 
StateObjectSizeStatsCollector as 
+        LOCAL_MEMORY,
+        LOCAL_DISK,
+        REMOTE,
+        UNKNOWN.</td>
+    </tr>
   </tbody>
 </table>
 
diff --git a/docs/content/docs/ops/traces.md b/docs/content/docs/ops/traces.md
index 3fffd7ce430..d5025b44d02 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
   </thead>
   <tbody>
     <tr>
-      <th 
rowspan="15">org.apache.flink.</br>runtime.checkpoint.</br>CheckpointStatsTracker</th>
+      <th 
rowspan="16">org.apache.flink.</br>runtime.checkpoint.</br>CheckpointStatsTracker</th>
       <th rowspan="6"><strong>Checkpoint</strong></th>
       <td>startTs</td>
       <td>Timestamp when the checkpoint has started.</td>
@@ -123,7 +123,7 @@ Flink reports a single span trace for the whole checkpoint 
and job initializatio
       <td>What was the state of this checkpoint: FAILED or COMPLETED.</td>
     </tr>
     <tr>
-      <th rowspan="9"><strong>JobInitialization</strong></th>
+      <th rowspan="10"><strong>JobInitialization</strong></th>
       <td>startTs</td>
       <td>Timestamp when the job initialization has started.</td>
     </tr>
@@ -159,6 +159,14 @@ Flink reports a single span trace for the whole checkpoint 
and job initializatio
       <td>(Max/Sum)DownloadStateDurationMs<br><br>(optional - currently only 
supported by RocksDB Incremental)</td>
       <td>The aggregated (max and sum) across all subtasks duration of 
downloading state files from the DFS.</td>
     </tr>
+    <tr>
+      <td>(Max/Sum)RestoredStateSizeBytes.[location]</td>
+      <td>The aggregated (max and sum) across all subtasks size of restored 
state by location. Possible locations are defined in Enum 
StateObjectSizeStatsCollector as 
+        LOCAL_MEMORY,
+        LOCAL_DISK,
+        REMOTE,
+        UNKNOWN.</td>
+    </tr>
   </tbody>
 </table>
 

Reply via email to