Jackie-Jiang commented on a change in pull request #8387:
URL: https://github.com/apache/pinot/pull/8387#discussion_r832689513



##########
File path: 
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java
##########
@@ -69,6 +69,10 @@
   // Estimated size of offline table
   OFFLINE_TABLE_ESTIMATED_SIZE("OfflineTableEstimatedSize", false),
 
+  // Size of an uploaded offline segment
+  OFFLINE_SEGMENT_SIZE("OfflineSegmentSize", false),

Review comment:
       Let's name it `LAST_PUSHED_SEGMENT_SIZE` to be more specific




-- 
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]

Reply via email to