You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by "AngersZhuuuu (via GitHub)" <gi...@apache.org> on 2023/02/01 07:39:54 UTC

[GitHub] [incubator-celeborn] AngersZhuuuu commented on a diff in pull request #1182: [CELEBORN-247] Add metrics for each user's quota usage

AngersZhuuuu commented on code in PR #1182:
URL: https://github.com/apache/incubator-celeborn/pull/1182#discussion_r1092855945


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -482,6 +482,8 @@ class CelebornConf(loadDefaults: Boolean) extends Cloneable with Logging with Se
   def metricsAppTopDiskUsageCount: Int = get(METRICS_APP_TOP_DISK_USAGE_COUNT)
   def metricsAppTopDiskUsageWindowSize: Int = get(METRICS_APP_TOP_DISK_USAGE_WINDOW_SIZE)
   def metricsAppTopDiskUsageInterval: Long = get(METRICS_APP_TOP_DISK_USAGE_INTERVAL)
+  def computeUserResourceResourceConsumptionInterval: Long =

Review Comment:
   done



-- 
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: issues-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org