timsants commented on a change in pull request #8358:
URL: https://github.com/apache/pinot/pull/8358#discussion_r834798555
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java
##########
@@ -72,6 +72,8 @@
// Size of the last uploaded offline segment
LAST_PUSHED_SEGMENT_SIZE("LastPushedSegmentSize", false),
+ // Estimated size of a table per replica. Counts both offline and realtime.
+ TABLE_ESTIMATED_SIZE_PER_REPLICA("bytes", false),
Review comment:
I added the new metric `TABLE_TOTAL_SIZE_ON_SERVER` and the gauge value
is set separate for offline and realtime table.
--
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]