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_r371836089
########## File path: flink-runtime-web/web-dashboard/src/app/interfaces/job-checkpoint.ts ########## @@ -164,6 +164,7 @@ export interface CheckPointSubTaskInterface { buffered: CheckPointMinMaxAvgStatisticsInterface; duration: CheckPointMinMaxAvgStatisticsInterface; }; + start_delay: CheckPointMinMaxAvgStatisticsInterface; Review comment: Thanks for pointing this out @vthinkxie. I've added a single line entry in the `src/app/interfaces/job-checkpoint.ts`. Is that what you had in mind? ---------------------------------------------------------------- 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