SteNicholas commented on code in PR #2741: URL: https://github.com/apache/celeborn/pull/2741#discussion_r1768179581
########## worker/src/main/scala/org/apache/celeborn/service/deploy/worker/WorkerSource.scala: ########## @@ -72,6 +73,8 @@ class WorkerSource(conf: CelebornConf) extends AbstractSource(conf, MetricsSyste addTimer(REPLICA_REGION_START_TIME) addTimer(PRIMARY_REGION_FINISH_TIME) addTimer(REPLICA_REGION_FINISH_TIME) + addTimer(PRIMARY_SEGMENT_START_TIME) Review Comment: The introduced metrics should be added in document and `celeborn-dashboard.json`. -- 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]
