Myasuka commented on a change in pull request #16177:
URL: https://github.com/apache/flink/pull/16177#discussion_r662162619
##########
File path: docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
##########
@@ -561,6 +561,17 @@ val counts: DataStream[(String, Int)] = stream
})
```
+### 跟踪 keyed state 的访问延迟
+
+Flink also allows to track the keyed state access latency for all
state-backends. This feature is disabled by default.
Review comment:
I think this should be okay and this also existed in many places within
Flink's docs.
##########
File path: docs/content.zh/docs/ops/metrics.md
##########
@@ -1642,7 +1642,7 @@ logged by `SystemResourcesMetricsInitializer` during the
startup.
</tbody>
</table>
-## Latency tracking
+## End-to-End record travelling latency tracking
Flink allows to track the latency of records travelling through the system.
This feature is disabled by default.
Review comment:
I think this should be okay and this also existed in many places within
Flink's docs.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]