smattheis commented on a change in pull request #18991:
URL: https://github.com/apache/flink/pull/18991#discussion_r820893233
##########
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:
Agreed on `mailboxLatencyMS` and `mailboxMailsPerSecond`.
--
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]