zhijiangW commented on a change in pull request #8559: [FLINK-12576][Network, Metrics]Take localInputChannel into account when compute inputQueueLength URL: https://github.com/apache/flink/pull/8559#discussion_r304759017
########## File path: docs/monitoring/metrics.md ########## @@ -1031,7 +1031,7 @@ Thus, in order to infer the metric identifier: <th rowspan="8">Task</th> <td rowspan="4">buffers</td> <td>inputQueueLength</td> - <td>The number of queued input buffers.</td> + <td>The number of queued input buffers. (ignores LocalInputChannels which are using blocking subpartitions)</td> Review comment: `ignores` -> `Consider`? ---------------------------------------------------------------- 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