pnowojski commented on a change in pull request #11564: [FLINK-16864][metrics] Add IdleTime metric for task. URL: https://github.com/apache/flink/pull/11564#discussion_r400790539
########## File path: docs/monitoring/metrics.md ########## @@ -1440,6 +1440,11 @@ Certain RocksDB native metrics are available but disabled by default, you can fi <td>Whether the task is back-pressured.</td> <td>Gauge</td> </tr> + <tr> + <td>idleTimeMsPerSecond</td> + <td>The time(in milliseconds) this task is dile(eithor waiting mails or waiting output buffer) per second.</td> Review comment: > The time (in milliseconds) this task is idle (either has no data to process or it is back pressured) per second. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services