xiangfu0 commented on code in PR #8761:
URL: https://github.com/apache/pinot/pull/8761#discussion_r879936166
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java:
##########
@@ -26,6 +26,7 @@
*/
public enum ControllerGauge implements AbstractMetrics.Gauge {
+ REPLICATION_FROM_CONFIG("replicas", false),
Review Comment:
Shall we also consider adding some of the static numbers as well?
E.g. the number of topic partitions.
--
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]