Myasuka commented on code in PR #20400: URL: https://github.com/apache/flink/pull/20400#discussion_r934225180
########## docs/content.zh/docs/ops/metrics.md: ########## @@ -1259,6 +1259,157 @@ Note that for failed checkpoints, metrics are updated on a best efforts basis an </tbody> </table> +### State Access Latency + +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 18%">Scope</th> + <th class="text-left" style="width: 26%">Metrics</th> + <th class="text-left" style="width: 48%">Description</th> + <th class="text-left" style="width: 8%">Type</th> + </tr> + </thead> + <tbody> + <tr> + <th rowspan="27"><strong>Job (only available on TaskManager)</strong></th> Review Comment: I think the scope should be `Task/Operator`. -- 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