shounakmk219 commented on code in PR #13584:
URL: https://github.com/apache/pinot/pull/13584#discussion_r1741836921
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java:
##########
@@ -160,7 +160,8 @@ public enum ControllerGauge implements
AbstractMetrics.Gauge {
TABLE_DISABLED("tableDisabled", false),
- TABLE_REBALANCE_IN_PROGRESS("tableRebalanceInProgress", false);
+ TABLE_REBALANCE_IN_PROGRESS("tableRebalanceInProgress", false),
+ TABLE_STORAGE_QUOTA_EXCEEDED("tableStorageQuotaExceeded", true);
Review Comment:
I have removed the `tableStorageQuotaExceeded` gauge. Will let the
downstream system figure out the logic based on the `TABLE_QUOTA` and
`TABLE_TOTAL_SIZE_ON_SERVER` gauges.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]