turboFei commented on code in PR #3221:
URL: https://github.com/apache/celeborn/pull/3221#discussion_r2062481640
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -5573,6 +5575,14 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(true)
+ val METRICS_PUSH_APPLICATION_ID: ConfigEntry[Boolean] =
+ buildConf("celeborn.metrics.pushApplicationId")
Review Comment:
Currently, we rely on the application dimension metrics to get the top
applications.
```
topk(50, sum by (applicationId)
(metrics_diskBytesWritten_Value{role="worker", applicationId!=""}))
```
https://github.com/apache/celeborn/pull/2949
--
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]