pnowojski commented on a change in pull request #18726:
URL: https://github.com/apache/flink/pull/18726#discussion_r804609039



##########
File path: docs/content/docs/ops/metrics.md
##########
@@ -1482,6 +1482,17 @@ Note that the metrics are only available via reporters.
       </td>
       <td>Gauge</td>
     </tr>
+    <tr>
+      <td>watermarkDrift</td>
+      <td>
+        The current drift from the minimal watermark emitted by all 
sources/tasks/splits that belong
+        to the same watermark group.
+
+        Note: Available only when watermark alignment is enabled and the first 
common watermark is
+        announced. You can configure the update interval in the 
WatermarkStrategy.
+      </td>
+      <td>Gauge</td>
+    </tr>

Review comment:
       Please copy paste this to the Chinese version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to