FMX commented on code in PR #3047: URL: https://github.com/apache/celeborn/pull/3047#discussion_r1903187456
########## worker/src/main/scala/org/apache/celeborn/service/deploy/worker/WorkerSource.scala: ########## @@ -84,6 +84,7 @@ class WorkerSource(conf: CelebornConf) extends AbstractSource(conf, Role.WORKER) addTimer(CLEAN_EXPIRED_SHUFFLE_KEYS_TIME) addHistogram(FETCH_CHUNK_TRANSFER_SIZE) + addHistogram(PARTITION_FILE_SIZE) Review Comment: It's a histogram, you can add the mean, max, 99th, and 95th values into the grafana dashboard. -- 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]
