somandal commented on code in PR #15518: URL: https://github.com/apache/pinot/pull/15518#discussion_r2040000826
########## pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java: ########## @@ -205,7 +205,11 @@ public enum ControllerGauge implements AbstractMetrics.Gauge { PAUSELESS_SEGMENTS_IN_UNRECOVERABLE_ERROR_COUNT("pauselessSegmentsInUnrecoverableErrorCount", false), // ZK JUTE max buffer size in bytes - ZK_JUTE_MAX_BUFFER("zkJuteMaxBuffer", true); + ZK_JUTE_MAX_BUFFER("zkJuteMaxBuffer", true), + + // The progress of a certain table rebalance job of a table + TABLE_REBALANCE_JOB_PROGRESS_PERCENT("percent", false); Review Comment: can we have two metrics - one for % adds, one for % deletes? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org