smattheis commented on a change in pull request #18991:
URL: https://github.com/apache/flink/pull/18991#discussion_r820765598



##########
File path: docs/content.zh/docs/ops/metrics.md
##########
@@ -1428,6 +1428,16 @@ Note that the metrics are only available via reporters.
       <td>Maximum recorded duration of a single consecutive period of the task 
being in the hard back pressure state in the last sampling period. Please check 
softBackPressuredTimeMsPerSecond and hardBackPressuredTimeMsPerSecond for more 
information.</td>
       <td>Gauge</td>
     </tr>
+    <tr>
+      <td>mailboxThroughputPerSecond</td>
+      <td>The number of actions processed from the task's mailbox per second 
over all actions which includes, e.g., checkpointing, timer, or cancellation 
actions.</td>
+      <td>Meter</td>
+    </tr>
+    <tr>
+      <td>mailboxThroughputLatencyUs</td>

Review comment:
       The latency is often below milliseconds and nanoseconds gives large 
numbers ... I can change it. Would do you prefer? If we need to change it, I 
would go for milliseconds because below or above zero is still a good metric.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to