pnowojski commented on a change in pull request #10935: [FLINK-15603][web] 
Expose checkpointStartDelayNanos metric in the WebUI
URL: https://github.com/apache/flink/pull/10935#discussion_r371832317
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/checkpoints/TaskCheckpointStatisticDetailsHandler.java
 ##########
 @@ -184,7 +179,8 @@ private static TaskCheckpointStatisticsWithSubtaskDetails 
createCheckpointDetail
                                                
subtask.getAsyncCheckpointDuration()),
                                        new 
SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment(
                                                subtask.getAlignmentBuffered(),
-                                               subtask.getAlignmentDuration())
+                                               subtask.getAlignmentDuration()),
+                                       subtask.getCheckpointStartDelay()
 
 Review comment:
   ? I think it's indented correctly.

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

Reply via email to