Zakelly commented on code in PR #25998: URL: https://github.com/apache/flink/pull/25998#discussion_r1918335125
########## docs/content.zh/docs/ops/metrics.md: ########## @@ -2280,6 +2282,44 @@ logged by `SystemResourcesMetricsInitializer` during the startup. </tbody> </table> +### Async Execution Controller(AEC) + +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 15%">Scope</th> + <th class="text-left" style="width: 7%">Infix</th> + <th class="text-left" style="width: 20%">Metrics</th> + <th class="text-left" style="width: 50%">Description</th> + <th class="text-left" style="width: 8%">Type</th> + </tr> + </thead> + <tbody> + <tr> + <th rowspan="4"><strong>Operator</strong></th> + <th rowspan="4">aec</th> + <td>inFlightRecordNum</td> + <td>The number of in-flight records in the async execution controller's buffers.</td> + <td>Gauge</td> + </tr> + <tr> + <td>ctiveBufSize</td> Review Comment: ```suggestion <td>activeBufferSize</td> ``` I'd suggest whole word 'buffer' for each name ########## docs/content.zh/docs/ops/metrics.md: ########## @@ -2280,6 +2282,44 @@ logged by `SystemResourcesMetricsInitializer` during the startup. </tbody> </table> +### Async Execution Controller(AEC) + +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 15%">Scope</th> + <th class="text-left" style="width: 7%">Infix</th> + <th class="text-left" style="width: 20%">Metrics</th> + <th class="text-left" style="width: 50%">Description</th> + <th class="text-left" style="width: 8%">Type</th> + </tr> + </thead> + <tbody> + <tr> + <th rowspan="4"><strong>Operator</strong></th> + <th rowspan="4">aec</th> + <td>inFlightRecordNum</td> Review Comment: ```suggestion <td>numInFlightRecords</td> ``` ########## docs/content.zh/docs/ops/metrics.md: ########## @@ -2280,6 +2282,44 @@ logged by `SystemResourcesMetricsInitializer` during the startup. </tbody> </table> +### Async Execution Controller(AEC) + +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 15%">Scope</th> + <th class="text-left" style="width: 7%">Infix</th> + <th class="text-left" style="width: 20%">Metrics</th> + <th class="text-left" style="width: 50%">Description</th> + <th class="text-left" style="width: 8%">Type</th> + </tr> + </thead> + <tbody> + <tr> + <th rowspan="4"><strong>Operator</strong></th> + <th rowspan="4">aec</th> + <td>inFlightRecordNum</td> + <td>The number of in-flight records in the async execution controller's buffers.</td> + <td>Gauge</td> + </tr> + <tr> + <td>ctiveBufSize</td> + <td>The number of records which are pending to be processed.</td> + <td>Gauge</td> + </tr> + <tr> + <td>blockingBufSize</td> + <td>The number of records which are blocked by the ongoing records.</td> + <td>Gauge</td> + </tr> + <tr> + <td>blockingKeyNum</td> Review Comment: ```suggestion <td>numBlockingKeys</td> ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org