zhuzhurk commented on a change in pull request #10082: [FLINK-14164][runtime] Add a meter ‘numberOfRestarts’ to show number of restarts as well as its rate URL: https://github.com/apache/flink/pull/10082#discussion_r342905519
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricNames.java ########## @@ -51,6 +51,8 @@ private MetricNames() { public static final String TASK_SLOTS_TOTAL = "taskSlotsTotal"; public static final String NUM_REGISTERED_TASK_MANAGERS = "numRegisteredTaskManagers"; + public static final String NUMBER_OF_RESTARTS = "numberOfRestarts"; Review comment: Yes. Thanks the reminding. And I think we should update the description for `fullRestarts` metric as well. ---------------------------------------------------------------- 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