fredia commented on code in PR #22787:
URL: https://github.com/apache/flink/pull/22787#discussion_r1245194226
##########
docs/content/docs/ops/metrics.md:
##########
@@ -1717,6 +1717,11 @@ 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>ioBackPressuredTimeMsPerSecond</td>
+ <td>The time (in milliseconds) this task is back pressured by the
uploading of Changelog state backend, only positive when Changelog state
backend is enabled. Please check 'dstl.dfs.upload.max-in-flight' for more
information.</td>
+ <td>Gauge</td>
Review Comment:
👍 Rename it to `changelogBusyTimeMsPerSecond`.
--
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]