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_r304757393
##########
File path: docs/monitoring/metrics.zh.md
##########
@@ -1030,7 +1030,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:
ditto: `blocking` and `ignores` concern
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services