davidradl commented on code in PR #25770:
URL: https://github.com/apache/flink/pull/25770#discussion_r1882108757


##########
flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricNames.java:
##########
@@ -52,6 +52,7 @@ private MetricNames() {}
     public static final String NUM_PENDING_TASK_MANAGERS = 
"numPendingTaskManagers";
 
     public static final String NUM_RESTARTS = "numRestarts";
+    public static final String NUM_RESCALES = "numRescales";

Review Comment:
   we should document this new metric. 



-- 
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

Reply via email to